summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex50
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex b/Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex
new file mode 100644
index 00000000000..7d616811338
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-chinese/src/lshort-zh-cn.tex
@@ -0,0 +1,50 @@
+\documentclass[a4paper]{book}
+\usepackage{lshort-zh-cn-style}
+
+\hypersetup{%
+ pdftitle={The Not So Short Introduction to LaTeX2e(Chinese Simplified)},%
+ pdfkeywords={LaTeX, LaTeX2e},
+ pdfcreator={XeLaTeX with `ctex' package}
+}
+
+\newcounter{minutes}
+
+% 第四章用到的自定义算符
+\DeclareMathOperator{\argh}{argh}
+\DeclareMathOperator*{\nut}{Nut}
+
+\makeindex
+
+\begin{document}
+
+\pagenumbering{Alph}
+\input{chap/titlepage}
+
+\frontmatter
+\input{chap/preface.contrib}
+\input{chap/preface.overview}
+\tableofcontents
+\listofsources
+
+\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} \ No newline at end of file