-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmain.tex
More file actions
44 lines (33 loc) · 796 Bytes
/
main.tex
File metadata and controls
44 lines (33 loc) · 796 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
% !TeX TS-program = xelatex
%% !TeX program = XeLaTeX
\documentclass[cn]{elegantbook}
\usepackage{longtable, multirow, hhline, tabularx, array}
\title{蒲和平大学生数学竞赛教程}
%\subtitle{课后习题解析}
\subtitle{课后习题解析}
\author{hoganbin}
\institute{hoganbin1995@outlook.com}
\weixin{八一考研数学竞赛}
\date{\today}
\input{settings}
\version{ 3.07}
\equote{电子工业出版社}
\logo{logo.png}
\cover{cover.png}
\begin{document}
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\maketitle
\tableofcontents
\clearpage
\mainmatter
\hypersetup{pageanchor=true}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
\end{document}