Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeb773d

Browse files
committed
Those arguments can't contain newlines.
1 parent d3e86f6 commit aeb773d

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

config.toml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,7 @@ sphinxopts = [
6060
# https://github.com/sphinx-doc/sphinx/issues/11179#issuecomment-1420715092
6161
# https://osdn.net/projects/luatex-ja/ticket/47321
6262
# subpress warning: (fancyhdr)Make it at least 16.4pt
63-
'''-D latex_elements.preamble=
64-
\\usepackage[noto-otf]{luatexja-preset}
65-
\\usepackage{newunicodechar}
66-
\\newunicodechar{^^^^212a}{K}
67-
\\makeatletter
68-
\\titleformat{\\subsubsection}{\\normalsize\\py@HeaderFamily}
69-
{\\py@TitleColor\\thesubsubsection}{0.5em}{\\py@TitleColor}
70-
\\titleformat{\\paragraph}{\\normalsize\\py@HeaderFamily}
71-
{\\py@TitleColor\\theparagraph}{0.5em}{\\py@TitleColor}
72-
\\titleformat{\\subparagraph}{\\normalsize\\py@HeaderFamily}
73-
{\\py@TitleColor\\thesubparagraph}{0.5em}{\\py@TitleColor}
74-
\\makeatother
75-
\\setlength{\\footskip}{16.4pt}'''
63+
'-D latex_elements.preamble=\\usepackage[noto-otf]{luatexja-preset}\\usepackage{newunicodechar}\\newunicodechar{^^^^212a}{K}\\makeatletter\\titleformat{\\subsubsection}{\\normalsize\\py@HeaderFamily}{\\py@TitleColor\\thesubsubsection}{0.5em}{\\py@TitleColor}\\titleformat{\\paragraph}{\\normalsize\\py@HeaderFamily}{\\py@TitleColor\\theparagraph}{0.5em}{\\py@TitleColor}\\titleformat{\\subparagraph}{\\normalsize\\py@HeaderFamily}{\\py@TitleColor\\thesubparagraph}{0.5em}{\\py@TitleColor}\\makeatother\\setlength{\\footskip}{16.4pt}'
7664
]
7765

7866
[languages.ko]
@@ -81,11 +69,7 @@ sphinxopts = [
8169
'-D latex_engine=xelatex',
8270
'-D latex_elements.inputenc=',
8371
'-D latex_elements.fontenc=',
84-
'''-D latex_elements.preamble=
85-
\\usepackage{kotex}
86-
\\setmainhangulfont{UnBatang}
87-
\\setsanshangulfont{UnDotum}
88-
\\setmonohangulfont{UnTaza}''',
72+
'-D latex_elements.preamble=\\usepackage{kotex}\\setmainhangulfont{UnBatang}\\setsanshangulfont{UnDotum}\\setmonohangulfont{UnTaza}',
8973
]
9074

9175
[languages.pl]

0 commit comments

Comments
 (0)