We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a7a7c commit 559d0e3Copy full SHA for 559d0e3
1 file changed
docs/conf.py
@@ -99,7 +99,7 @@
99
#
100
# This is also used if you do content translation via gettext catalogs.
101
# Usually you set "language" from the command line for these cases.
102
-language = None
+language = "en"
103
104
# List of patterns, relative to source directory, that match files and
105
# directories to ignore when looking for source files.
@@ -161,12 +161,14 @@
161
162
# Additional stuff for the LaTeX preamble.
163
164
- # 'preamble': '',
+ 'preamble': r'''
165
+\usepackage{amsmath}
166
+''',
167
168
# Latex figure (float) alignment
169
170
# 'figure_align': 'htbp',
- 'packages': latex_packages
171
+ #'packages': latex_packages
172
}
173
174
# Grouping the document tree into LaTeX files. List of tuples
0 commit comments