From 591f1dff5939f9368fc90f88eaf2a3cc0198bc79 Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Fri, 9 Feb 2024 19:24:15 +0100
Subject: fix position of figures in the PDF

---
 source/conf.py | 1 +
 1 file changed, 1 insertion(+)

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
-- 
cgit v1.2.3