Skip to content

Commit e5b5382

Browse files
authored
Merge pull request #103 from certik/ci9
Fix the font issues in pdf
2 parents f94a575 + 2feca95 commit e5b5382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

+1-1
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)