Skip to content

Commit 2feca95

Browse files
committed
Fix the font issues in pdf
1 parent f94a575 commit 2feca95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"""
183183

184184
imgmath_latex_preamble = latex_preamble
185-
latex_elements = {"preamble": latex_preamble}
185+
latex_elements = {"preamble": latex_preamble, "fontpkg": "", "fontenc": ""}
186186

187187
# Add any paths that contain templates here, relative to this directory.
188188
templates_path = ['_templates']

0 commit comments

Comments
 (0)