mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
docs: pdfdocs: Fix typo in CJK-language specific font settings
There were typos in the fallback definitions of dummy LaTeX macros
for systems without CJK fonts.
They cause build errors in "make pdfdocs" on such systems.
Fix them.
Fixes: e291ff6f5a
("docs: pdfdocs: Add CJK-language-specific font settings")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Link: https://lore.kernel.org/r/ad7615a5-f8fa-2bc3-de6b-7ed49d458964@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
abf36fe0be
commit
7c5c18bdb6
@ -463,8 +463,8 @@ latex_elements['preamble'] += '''
|
|||||||
\\newcommand{\\kerneldocEndTC}{}
|
\\newcommand{\\kerneldocEndTC}{}
|
||||||
\\newcommand{\\kerneldocBeginKR}{}
|
\\newcommand{\\kerneldocBeginKR}{}
|
||||||
\\newcommand{\\kerneldocEndKR}{}
|
\\newcommand{\\kerneldocEndKR}{}
|
||||||
\\newcommand{\\kerneldocBeginSC}{}
|
\\newcommand{\\kerneldocBeginJP}{}
|
||||||
\\newcommand{\\kerneldocEndKR}{}
|
\\newcommand{\\kerneldocEndJP}{}
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user