diff options
author | Georg Brandl <georg@python.org> | 2014-03-01 08:56:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-01 08:56:53 +0100 |
commit | 0312edd266a03243ce941149181449bde883647a (patch) | |
tree | e4e8c73ce4b868d8ae289965de69594bfd697e1b /sphinx/quickstart.py | |
parent | f8096e3fa0bb95663d86eeb383da7f25d0f6821e (diff) | |
parent | d82590927f3cbf42e42a8fb551bbbaaf5c5356a1 (diff) | |
download | sphinx-git-0312edd266a03243ce941149181449bde883647a.tar.gz |
Merged in erny1803/sphinx (pull request #227)
Latex: Allow alternative float options for figures
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 26b420d07..1241e0987 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -246,6 +246,9 @@ latex_elements = { # Additional stuff for the LaTeX preamble. #'preamble': '', + +# Latex figure (float) alignment +#'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples |