-
Notifications
You must be signed in to change notification settings - Fork 8
/
main.tex
110 lines (91 loc) · 2.46 KB
/
main.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
%!TEX program=xelatex
%!TEX program=bibtex
%!TEX program=xelatex
%!TEX program=xelatex
% !Mode:: "TeX:UTF-8"
\documentclass[master,openany,twoside,a4paper,AutoFakeBold]{sudathesis}
\usepackage{tikz-dependency}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usepackage{caption}
\usepackage{bbm}
\usepackage{letltxmacro}
\usepackage{mathtools}
\usepackage{pgfplots}
\usepackage{dashrule}
\usepackage[hang,flushmargin]{footmisc} % no indentation for footnotes
%\usepackage[SlantFont,BoldFont,CJKchecksingle,CJKnumber]{xeCJK}
%\setmainfont[BoldFont=SimHei ,ItalicFont=KaiTi_GB2312]{SimKai}
%\newcommand\fontnamekai{KaiTi_GB2312}
\usepackage{graphics}
\usepackage{pdfpages}
\newfontfamily\tgtermes{TeX Gyre Termes}
\makeatletter
\begingroup
\tgtermes
\DeclareFontShape{\f@encoding}{\rmdefault}{m}{sc}{%
<-> ssub * \f@family/m/sc}{}
\DeclareFontShape{\f@encoding}{\rmdefault}{bx}{sc}{%
<-> ssub * \f@family/bx/sc}{}
\endgroup
\makeatother
\newcommand*\tcircle[1]{%
\raisebox{.5pt}{\textcircled{\raisebox{-.9pt} {#1}}}
}
\begin{document}
% 论文相关信息
\include{content/cover}
\maketitle
\includepdf[page=-]{pdf-pages/独创性声明.pdf}
\includepdf[page=-]{pdf-pages/空白页.pdf}
\includepdf[page=-]{pdf-pages/授权声明.pdf}
\includepdf[page=-]{pdf-pages/空白页.pdf}
% 正文前页码是大写罗马字母
\pagenumbering{Roman}
% 前言页眉页脚样式 % 摘要
\pagestyle{cnfrontmatter}
\include{content/abstract-zh}
\pagestyle{enfrontmatter}
\include{content/abstract-en}
% 目录不设置页眉和页码
\makeatletter
\let \asas \ps@plain
\let \ps@plain \ps@empty
\makeatother
\pagestyle{empty}
% 生成目录
\tableofcontents
\setcounter{secnumdepth}{4}
\makeatletter
\let \ps@plain \asas
\let\asas\relax
\makeatother
\clearpage %目录3页以上,使用cleardoublepage
% 正文页码样式
\mainmatter
% 正文页眉页脚样式
\pagestyle{mainmatter}
% 正文页码是阿拉伯数字
\pagenumbering{arabic}
% % 正文
\include{content/1.introduction}
\include{content/2.xxx}
\include{content/3.xxx}
\include{content/4.xxx}
\include{content/5.conclusion}
% % 参考文献,4或者小4楷体
\addcontentsline{toc}{chapter}{参考文献}
\begin{kai}
\bibliography{reference}
\end{kai}
% % 附录,4或者小4楷体
% \appendix
% 附页标题样式
\backmatter
% 附页
\include{content/achievement}
\include{content/thanks}
\includepdf[page=-]{pdf-pages/空白页.pdf}
\includepdf[page=-]{pdf-pages/委员会决议.pdf}
\end{document}