Skip to content

Commit df93eca

Browse files
committed
Make conf.py work with py3
1 parent 797d499 commit df93eca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174

175175
# Additional stuff for the LaTeX preamble.
176176
latex_preamble = """
177-
\usepackage{amsmath}
178-
\usepackage{amsfonts}
179-
\usepackage{amssymb}
180-
\usepackage{txfonts}
177+
\\usepackage{amsmath}
178+
\\usepackage{amsfonts}
179+
\\usepackage{amssymb}
180+
\\usepackage{txfonts}
181181
"""
182182

183183
# Documents to append as an appendix to all manuals.

0 commit comments

Comments
 (0)