Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3410b0

Browse files
committedOct 27, 2021
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4649191 commit d3410b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎doc/en/conf.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
latex_engine = "lualatex"
4444

4545
latex_elements = {
46-
'preamble': dedent("""
46+
"preamble": dedent(
47+
r"""
4748
\directlua{
4849
luaotfload.add_fallback("fallbacks", {
4950
"Noto Serif CJK SC:style=Regular;",
@@ -52,7 +53,8 @@
5253
}
5354
5455
\setmainfont{FreeSerif}[RawFeature={fallback=fallbacks}]
55-
""")
56+
"""
57+
)
5658
}
5759

5860
# -- General configuration -----------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.