diff options
author | Akira Yokosawa <akiyks@gmail.com> | 2021-08-09 10:25:25 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-08-12 09:13:33 -0600 |
commit | 788d28a257991d673e57500353d416488df0c103 (patch) | |
tree | 23a5899f47c320227aeb6cd2edccd593717ee9d6 /Documentation/translations | |
parent | 77abc2c230b101fd35af739bf89a4430ddcfea62 (diff) |
docs: pdfdocs: Permit AutoFakeSlant for CJK fonts
Noto CJK fonts don't provide italic shapes.
The AutoFakeSlant option of fontspec and xeCJK packages can be used as
a workaround.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Link: https://lore.kernel.org/r/502335cc-9a95-3c2a-7744-6cc56ecaf628@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/conf.py b/Documentation/translations/conf.py index e859c2e19e8b..92cdbba74229 100644 --- a/Documentation/translations/conf.py +++ b/Documentation/translations/conf.py @@ -7,6 +7,6 @@ latex_elements['preamble'] += ''' \\IfFontExistsTF{Noto Sans CJK SC}{ % For CJK ascii-art alignment - \\setmonofont{Noto Sans Mono CJK SC} + \\setmonofont{Noto Sans Mono CJK SC}[AutoFakeSlant] }{} ''' |