-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathmain.tex
More file actions
61 lines (41 loc) · 1010 Bytes
/
main.tex
File metadata and controls
61 lines (41 loc) · 1010 Bytes
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
56
57
58
59
60
61
\PassOptionsToPackage{inline}{enumitem}
\documentclass[cn,simple]{elegantbook}
\title{概率论与数理统计教程}
\subtitle{经典书籍重排}
\author{ 茆诗松 \quad 程依明\quad 濮晓龙}
\institute{ RE-Book Program}
\date{ \today}
\input{settings}
\version{ 3.00}
\equote{普通高等教育“十五”国家级规划教材}
\logo{REBook.png}
\cover{cover.jpg}
\bibliographystyle{plain}
\begin{document}
\setlength{\abovedisplayskip}{3pt}
\setlength{\belowdisplayskip}{3pt}
\maketitle
\mainmatter
\hypersetup{pageanchor=true}
\include{preface}
\tableofcontents
\cleardoublepage
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
\include{appendix}
\include{answer}
\catcode`\,=13
\newcommand{,}{,}
\indexprologue{这里列出本文涉及的所有名词。}
\printindex
\nocite{*}
\bibliography{ref}
\phantomsection
\addcontentsline{toc}{chapter}{参考文献}
\end{document}