mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-139588: Increase maximum LaTeX list depth (#140709)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
c6d4c79c9a
commit
ce4b0ede16
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@
|
||||||
'papersize': 'a4paper',
|
'papersize': 'a4paper',
|
||||||
# The font size ('10pt', '11pt' or '12pt').
|
# The font size ('10pt', '11pt' or '12pt').
|
||||||
'pointsize': '10pt',
|
'pointsize': '10pt',
|
||||||
|
'maxlistdepth': '8', # See https://github.com/python/cpython/issues/139588
|
||||||
}
|
}
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue