Increase list-depth for nested quotes etc.

This commit is contained in:
Johannes Schönberger
2013-03-12 09:36:33 +01:00
parent d01b14f2ff
commit b82764583a
+4 -1
View File
@@ -203,7 +203,10 @@ latex_documents = [
#latex_use_parts = False
# Additional stuff for the LaTeX preamble.
#latex_preamble = ''
latex_preamble = '''
\usepackage{enumitem}
\setlistdepth{100}
'''
# Documents to append as an appendix to all manuals.
#latex_appendices = []