-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
39 lines (32 loc) · 853 Bytes
/
main.tex
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
% !TeX encoding = UTF-8
% !TeX spellcheck = zh-cmn-Hans-CN
% !TeX program = xelatex
% !TEX options = -shell-escape
\documentclass[a4paper, oneside]{ctexbook}
\input{config.tex}
\usetikzlibrary{external}
\tikzexternalize[prefix=figures/]
\title{概率:理论与实例}
\date{}
\author{(美)里克·达雷特(Rick Durrett)\\赵明毅(译)}
\input{symtab.tex}
\makeindex
\makeglossaries
\begin{document}
\maketitle
\tableofcontents
\subfile{chapter/ch1.tex}
\subfile{chapter/ch2.tex}
\subfile{chapter/ch3.tex}
\subfile{chapter/ch4.tex}
\subfile{chapter/ch5.tex}
\subfile{chapter/ch6.tex}
\subfile{chapter/ch7.tex}
\subfile{chapter/ch8.tex}
\subfile{chapter/ch9.tex}
\subfile{chapter/appendix.tex}
\listoftheorems[ignoreall,show={theorem,Theorem,euclid}]
\glsaddall
\printglossary[title=符号表,style=long]
\printindex
\end{document}