summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-01-21 09:54:39 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-01-21 09:54:39 +0100
commit3f68d16b53abf03cc1b53275897d529d0319a812 (patch)
tree0a59919093875e7fa0961429cab3bebdde9d8c26
parentff2f8e87e702e93fac2af3c549b86c7a6a1bc7ae (diff)
Playing with margins on the PDF version
-rw-r--r--source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py
index 41b5b1b..24b5f40 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -64,11 +64,14 @@ latex_elements = {
'fontpkg': r'''
\setmainfont{Gentium}
\setsansfont{Gentium}
+ \setmonofont{FreeMono}[Scale=0.8]
''',
'sphinxsetup': r'''
TitleColor={named}{black},
InnerLinkColor={named}{gray},
OuterLinkColor={named}{gray},
+ hmargin={2cm,2cm},
+ vmargin={2.5cm,2.5cm},
''',
'fncychap': r'\usepackage[Rejne]{fncychap}',
}