mirror of https://github.com/kivy/kivy.git
Increase max nest depth for latex.
This commit is contained in:
parent
c11d517af0
commit
2fef3649eb
|
@ -23,7 +23,7 @@
|
|||
|
||||
% allow deeper nesting than the default 3
|
||||
\usepackage{enumitem}
|
||||
\setlistdepth{9}
|
||||
\setlistdepth{999}
|
||||
|
||||
|
||||
% Override default commands below for custom style:
|
||||
|
|
Loading…
Reference in New Issue