diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 17:43:57 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 17:44:02 +0100 |
commit | b8c14a829912d9ccbfb30fa84ff3dac762e2ffb2 (patch) | |
tree | b763b0bbce6807c1bd7d8f45e978149f6113125c /source/conf.py | |
parent | f31359b1c822c56d24ef2e140b46e6a69770b7a8 (diff) |
Some structure
Diffstat (limited to 'source/conf.py')
-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 fa3312e..41b5b1b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -57,6 +57,7 @@ html_static_path = ['_static'] latex_engine = 'xelatex' latex_show_urls = 'footnote' +latex_toplevel_sectioning = 'part' latex_elements = { 'papersize': 'a5paper', |