diff options
-rw-r--r-- | source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py index e578bb9..aab3748 100644 --- a/source/conf.py +++ b/source/conf.py @@ -76,6 +76,7 @@ latex_elements = { vmargin={2.5cm,2.5cm}, ''', 'fncychap': r'\usepackage[Rejne]{fncychap}', + 'figure_align': 'H', } # Options for extensions |