Skip to content

Commit

Permalink
DOC: reviewed latex settings for PDF generation in conf.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Nov 5, 2020
1 parent 87eef77 commit 25a4352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ def visit_document(self, node):

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
'papersize': 'a4paper',

# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',
'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
# 'preamble': '',
Expand All @@ -243,14 +243,14 @@ def visit_document(self, node):

# The name of an image file (relative to this directory) to place at the top of
# the title page.
# latex_logo = None
latex_logo = 'images/mialsrtk-logo.png'

# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
# latex_use_parts = False
latex_use_parts = True

# If true, show page references after internal links.
# latex_show_pagerefs = False
latex_show_pagerefs = True

# If true, show URL addresses after external links.
# latex_show_urls = False
Expand Down

0 comments on commit 25a4352

Please sign in to comment.