diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-02-09 19:24:15 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-02-09 19:24:15 +0100 |
commit | 591f1dff5939f9368fc90f88eaf2a3cc0198bc79 (patch) | |
tree | 9bd0e3216025542f3af69ce1dce951205a36cc07 /source | |
parent | 91dd77249918855f741039fc0e8d5f43b7bd76f6 (diff) |
fix position of figures in the PDF
Diffstat (limited to 'source')
-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 |