Skip to content

Commit

Permalink
fixes #576
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 16, 2017
1 parent edecbe2 commit 77e7133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
\setlistdepth{9}
'''
latex_elements = {
'preamble_text': preamble_text # the new way
'preamble_text': preamble_text, # the new way
'maxlistdepth': 10, # deeply nested application definitions
}
#latex_preamble = preamble_text # the old way

Expand Down

0 comments on commit 77e7133

Please sign in to comment.