-
Notifications
You must be signed in to change notification settings - Fork 25
/
elementary-math-note.tex
58 lines (34 loc) · 1.08 KB
/
elementary-math-note.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass{ctexbook}
\input{use-packages}
\input{cmd-env}
\title{\kaishu{初等数学笔记}}
\author{zhcosin}
\date{\today 编译}
\begin{document}
\maketitle
\pagenumbering{Roman} %Roman字体书写页码
\include{preface}
\setcounter{page}{1} %重新开始页码
\include{tableofcontents}
\setcounter{page}{1} %重新开始页码
\mainmatter %前言和目录页码结束,正文重新开始设置页码
\include{content/prepare/prepare}
\include{content/number-theory/number-theory}
\include{content/algebra/algebra}
%\include{content/number-sequence/number-sequence}
%\include{content/inequation/inequation}
% \include{content/vector/vector}
% \include{content/combination/combination}
\include{content/plane-geometry/plane-geometry}
%\include{content/analytic-geometry/analytic-geometry}
%\include{content/solid-geometry/solid-geometry}
%\bibliographystyle{base}
%\bibliography{elementary-math-note}
%\addcontentsline{toc}{chapter}{参考文献}
%\nocite{*}
\input{bibliography}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: