Skip to content

Commit 1532cc3

Browse files
authored
Merge pull request #472 from WenjieDu/temp_test_branch
Use xeLatex engine to avoid Unicode error
2 parents 545c230 + 03ab567 commit 1532cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
# The name of the Pygments (syntax highlighting) style to use.
9393
pygments_style = "sphinx"
9494

95+
# -- Options for PDF output -------------------------------------------------
96+
latex_engine = "xelatex"
97+
9598
# -- Options for HTML output -------------------------------------------------
9699

97100
# The theme to use for HTML and HTML Help pages. See the documentation for a list of builtin themes.

0 commit comments

Comments
 (0)