mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140724)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
6822b135f2
commit
52338ec6cc
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