Skip to content

Commit be7253f

Browse files
committed
feat(docs): Beautify document layout
1 parent 62fbb7c commit be7253f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@
6161
'content.css',
6262
]
6363

64+
# -- Options for LaTeX output ------------------------------------------------
6465
latex_additional_files = [
6566
'_static/Cover.png',
6667
'_templates/CoverPage.tex.txt',
6768
'_templates/TitlePage.tex.txt',
6869
]
6970

7071
latex_engine = 'xelatex'
72+
latex_toplevel_sectioning = 'part'
7173
latex_elements = {
7274
'papersize': 'a4paper',
7375
'pointsize': '11pt',

0 commit comments

Comments
 (0)