Skip to content

Commit 559d0e3

Browse files
committed
using preamble instead of latex
1 parent c2a7a7c commit 559d0e3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
#
100100
# This is also used if you do content translation via gettext catalogs.
101101
# Usually you set "language" from the command line for these cases.
102-
language = None
102+
language = "en"
103103

104104
# List of patterns, relative to source directory, that match files and
105105
# directories to ignore when looking for source files.
@@ -161,12 +161,14 @@
161161

162162
# Additional stuff for the LaTeX preamble.
163163
#
164-
# 'preamble': '',
164+
'preamble': r'''
165+
\usepackage{amsmath}
166+
''',
165167

166168
# Latex figure (float) alignment
167169
#
168170
# 'figure_align': 'htbp',
169-
'packages': latex_packages
171+
#'packages': latex_packages
170172
}
171173

172174
# Grouping the document tree into LaTeX files. List of tuples

0 commit comments

Comments
 (0)