-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
40 lines (35 loc) · 799 Bytes
/
main.tex
File metadata and controls
40 lines (35 loc) · 799 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
\documentclass{report}
\usepackage{eason}
\newcommand{\TexPath}{tex}
\input{\TexPath/premeable}
\begin{document}
\begin{titlepage}
\MakeTitlePage{\Title}{\SubTitle}{\Author}{\Date}
\end{titlepage}
\pagestyle{plain}
\include{\TexPath/copyright}
\include{\TexPath/preface}
\include{\TexPath/progress}
\ifdefined\HCode
\else
\etocsetnexttocdepth{1}
\tableofcontents
\fi
\etocsettocstyle{}{}
\pagestyle{fancy}
\include{\TexPath/2010}
\include{\TexPath/2011}
\include{\TexPath/2012}
\include{\TexPath/2013}
\include{\TexPath/2014}
\include{\TexPath/2015}
\include{\TexPath/2016}
\include{\TexPath/2017}
\include{\TexPath/2018}
\include{\TexPath/2019}
\include{\TexPath/2020}
\include{\TexPath/2021}
% \include{\TexPath/2022}
\include{\TexPath/2023}
\include{\TexPath/2024}
\end{document}