Skip to content

Commit 3538296

Browse files
akiyksJonathan Corbet
authored andcommitted
docs: pdfdocs: Preserve inter-phrase space in Korean translations
In Korean typesetting, inter-phrase spaces in Hangul text have a similar role as the the inter-word spaces in Latin text. They can be preserved by the \xeCJKsetup{CJKspace=true} option. Signed-off-by: Akira Yokosawa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 7eb368c commit 3538296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@
426426
\\renewcommand{\\CJKrmdefault}{KRserif}%
427427
\\renewcommand{\\CJKsfdefault}{KRsans}%
428428
\\renewcommand{\\CJKttdefault}{KRmono}%
429+
\\xeCJKsetup{CJKspace = true} % For inter-phrase space
429430
}
430431
\\newcommand{\\kerneldocEndKR}{\\endgroup}
431432
\\newcommand{\\kerneldocBeginJP}{%

0 commit comments

Comments
 (0)