diff options
author | Ernesto Revilla <erevilla@tangrambpm.es> | 2014-02-20 18:03:34 +0100 |
---|---|---|
committer | Ernesto Revilla <erevilla@tangrambpm.es> | 2014-02-20 18:03:34 +0100 |
commit | d82590927f3cbf42e42a8fb551bbbaaf5c5356a1 (patch) | |
tree | d11aabfc2b9267ef645ac0738a7ebf4b2d8ceb8a /sphinx/quickstart.py | |
parent | 74c7a52eca1fe69e67d2da7881e625cf7e8aee85 (diff) | |
download | sphinx-git-d82590927f3cbf42e42a8fb551bbbaaf5c5356a1.tar.gz |
Allow alternative float options for figure. See #1. no-pep8
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 a57006fd0..8a9fe479b 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -236,6 +236,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 |