Lines Matching +full:full +full:- +full:custom
1 % -*- coding: utf-8 -*-
2 % SPDX-License-Identifier: GPL-2.0
5 % - TOC width settings
6 % - Setting of tabulary (\tymin)
7 % - Headheight setting for fancyhdr
8 % - Fontfamily settings for CJK (Chinese, Japanese, and Korean) translations
18 % Custom width parameters for TOC
19 % - Redefine low-level commands defined in report.cls.
20 % - Indent of 2 chars is preserved for ease of comparison.
22 % Width of page number (\@pnumwidth): 1.55em -> 2.7em
23 % Width of chapter number: 1.5em -> 2.4em
24 % Indent of section number: 1.5em -> 2.4em
25 % Width of section number: 2.6em -> 3.2em
26 % Indent of subsection number: 4.1em -> 5.6em
27 % Width of subsection number: 3.5em -> 4.3em
38 \addpenalty{-\@highpenalty}%
43 \parfillskip -\@pnumwidth
46 \hskip -\leftskip
49 \kern-\p@\kern\p@}\par
69 \addtolength{\topmargin}{-1.6pt}
87 % and apostorph symbols of half-width is used in TOC of Latin documents.
95 % Teach xeCJK of half-width symbols
98 % CJK Language-specific font choices
142 % Define custom macros to on/off CJK
146 % Define custom macros for switching CJK font setting
151 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC
152 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC
157 % For CJK ascii-art alignment
165 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC
166 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
171 % For CJK ascii-art alignment
183 % For CJK ascii-art alignment (still misaligned for Hangul)
195 % For CJK ascii-art alignment
206 \xeCJKsetup{CJKspace = true}% For inter-phrase space of Korean TOC
208 % Custom macros to on/off CJK and switch CJK fonts (Dummy)
220 due to the lack of suitable font families and/or the texlive-xecjk
224 along with the texlive-xecjk package by following instructions from
225 \sphinxcode{./scripts/sphinx-pre-install}.