summaryrefslogtreecommitdiff
path: root/info/lshort/chinese/src/lshort-zh-cn.tex
blob: 1569155b6c4a39e81414201213b115c36d4c2fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass[a4paper]{book}
\usepackage{lshort-zh-cn-style}

\def\lshortversionoriginal{6.2}
\def\lshortdateoriginal{Februrary 28, 2018}
\def\lshortversioncn{6.02}

\hypersetup{%
  pdftitle={The Short Introduction to LaTeX2e (Chinese Simplified)},%
  pdfkeywords={LaTeX, LaTeX2e},
  pdfcreator={XeLaTeX with `ctex' package}
}

\newcounter{minutes}

% 第四章用到的自定义算符
\DeclareMathOperator{\argh}{argh}
\DeclareMathOperator*{\nut}{Nut}
% 第四章的 \proofname 用原先的英文定义
\def\proofname{Proof}

\makeindex

\begin{document}

\pagenumbering{Alph}
\input{chap/titlepage}

\frontmatter
\input{chap/preface.contrib}
\input{chap/preface.overview}
\tableofcontents

\mainmatter
\input{chap/chap.01.basics}
\input{chap/chap.02.text}
\input{chap/chap.03.elements}
\input{chap/chap.04.math}
\input{chap/sec.symbol.table}
\input{chap/chap.05.style}
\input{chap/chap.06.spec}
\input{chap/chap.07.graphic}
\input{chap/chap.08.custom}

\appendix
\input{chap/app.A.install}
\input{chap/app.B.error.help}
\refstepcounter{minutes}\label{lshort-minutes}

\backmatter
\input{chap/biblio}
\input{chap/fdl}
\printindex

\end{document}