@@ -60,19 +60,7 @@ sphinxopts = [
60
60
# https://github.com/sphinx-doc/sphinx/issues/11179#issuecomment-1420715092
61
61
# https://osdn.net/projects/luatex-ja/ticket/47321
62
62
# 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}'
76
64
]
77
65
78
66
[languages .ko ]
@@ -81,11 +69,7 @@ sphinxopts = [
81
69
' -D latex_engine=xelatex' ,
82
70
' -D latex_elements.inputenc=' ,
83
71
' -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}' ,
89
73
]
90
74
91
75
[languages .pl ]
0 commit comments