- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
Latest commit
24 lines (24 loc) · 504 Bytes
/
Copy pathmain.tex
File metadata and controls
24 lines (24 loc) · 504 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
\documentclass{ctexbook}
\usepackage{import}
\usepackage{Preparation}
\begin{document}
{
\includepdf{images/other_parts/cover.pdf}
\title{}
\author{}
\date{}
\thispagestyle{empty}
}
\frontmatter
\import{other_parts/}{foreword.tex}
\newpage
\setcounter{tocdepth}{1}
\tableofcontents
\mainmatter
\import{./}{generalized_part.tex}
\import{./}{intensive_part.tex}
\appendix
\import{other_parts/}{appendix.tex}
\import{other_parts/}{afterword.tex}
\includepdf{images/other_parts/back_cover.pdf}
\end{document}