Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2021
1 parent 4649191 commit d3410b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/en/conf.py
Expand Up @@ -43,7 +43,8 @@
latex_engine = "lualatex"

latex_elements = {
'preamble': dedent("""
"preamble": dedent(
r"""
\directlua{
luaotfload.add_fallback("fallbacks", {
"Noto Serif CJK SC:style=Regular;",
Expand All @@ -52,7 +53,8 @@
}
\setmainfont{FreeSerif}[RawFeature={fallback=fallbacks}]
""")
"""
)
}

# -- General configuration -----------------------------------------------------
Expand Down

0 comments on commit d3410b0

Please sign in to comment.