mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Doc: Fix default `latex_elements['papersize']` (#124525)
https://www.sphinx-doc.org/en/master/latex.html#the-latex-elements-configuration-setting It should be 'letterpaper' or 'a4paper' not 'letter' or 'a4' (not to be confused with PAPER env variable).
This commit is contained in:
parent
165ed68c26
commit
fae5058ec1
1 changed files with 2 additions and 2 deletions
|
|
@ -413,8 +413,8 @@
|
|||
\let\endVerbatim=\endOriginalVerbatim
|
||||
\setcounter{tocdepth}{2}
|
||||
''',
|
||||
# The paper size ('letter' or 'a4').
|
||||
'papersize': 'a4',
|
||||
# The paper size ('letterpaper' or 'a4paper').
|
||||
'papersize': 'a4paper',
|
||||
# The font size ('10pt', '11pt' or '12pt').
|
||||
'pointsize': '10pt',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue