From aa45ca99e53da275003b8dcb075601a32968f444 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Sat, 8 Apr 2017 22:39:31 -0500 Subject: [PATCH] refs #555 Sphinx syntax --- manual/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manual/source/conf.py b/manual/source/conf.py index 175c8bca9d..4cc8c50f9e 100755 --- a/manual/source/conf.py +++ b/manual/source/conf.py @@ -217,13 +217,15 @@ #latex_show_urls = False # Additional stuff for the LaTeX preamble. -latex_elements['preamble'] = ''' +latex_elements = { + 'preamble': ''' % 2012-09-25,PRJ: #240 temporary diagnostic \\listfiles % when done, remove referencing from index.rst and cp from Makefile: latexpdf \usepackage{enumitem} \setlistdepth{9} ''' +} # Documents to append as an appendix to all manuals. #latex_appendices = []