Documentation / translations / conf.py


Based on kernel version 5.17. Page generated on 2022-03-28 08:42 EST.

1 2 3 4 5 6 7 8 9 10 11 12
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-2.0
 
# -- Additinal options for LaTeX output ----------------------------------
# font config for ascii-art alignment
 
latex_elements['preamble']  += '''
    \\IfFontExistsTF{Noto Sans CJK SC}{
	% For CJK ascii-art alignment
	\\setmonofont{Noto Sans Mono CJK SC}[AutoFakeSlant]
    }{}
'''