-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathdemo.tex
158 lines (118 loc) · 3.87 KB
/
demo.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
\documentclass[Doctor]{BJTU-thesis}
%%%%%%%%%%%%%%%%%%%引入一些包%%%%%%%%%%%%%%%%%%%%%55
\usepackage[ruled,linesnumbered]{algorithm2e}
\usepackage{bicaption}
\usepackage{emptypage}
\usepackage{pdfpages}
% \usepackage{enumerate}
%\usepackage{subfig}
%\usepackage{subfig}
% \setromanfont{Times New Roman}
\usepackage{fontspec}
\newfontfamily\myfont{times.ttf}
% \setromanfont[
% BoldFont=timesbd.ttf,
% ItalicFont=timesi.ttf,
% BoldItalicFont=timesbi.ttf,
% ]{times.ttf}
%
% \setmainfont{Times New Roman}
\renewcommand\labelenumi{(\theenumi)}
\renewcommand{\algorithmcfname}{算法}
\DeclareMathOperator*{\argmin}{argmin}
\DeclareMathOperator*{\argmax}{argmax}
\captionsetup[figure][bi-first]{name=图}
\captionsetup[figure][bi-second]{name=Figure}
\captionsetup[table][bi-first]{name=表}
\captionsetup[table][bi-second]{name=Table}
%%%%%%%%%%%%%%定义一些东西%%%%%%%%%%%%%%%%%%%%%
%\newcommand{\E}{\mathbb{E}}
%\theoremstyle{plain} \theorembodyfont{\kai\rmfamily}
%\theoremheaderfont{\hei\rmfamily}\theoremseparator{. }
\newtheorem{theorem}{定理}[section]
%\newtheorem{Theorem}{定理}[section]
\newtheorem{lemma}[theorem]{引理}
\newtheorem{corollary}[theorem]{推论}
%\newtheorem{corollary}[theorem]{推论}
\newtheorem{assumption}{假设}[chapter]
% \newtheorem{Corollary}[Theorem]{推论}
%\newtheorem{Remark}[Theorem]{注}
\newtheorem{example}[theorem]{例}
\newtheorem{definition}[theorem]{定义}
%\newtheorem{Construction}[Theorem]{构造}
% \def\binom#1#2{{#1\choose#2}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\huaf}{\mathcal{F}}
\newcommand{\huao}{\mathcal{O}}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
\newcommand{\mne}{ \mathbf{MNE}}
\newcommand{\mnbe}{ \mathbf{MNBE}}
\SetKwInput{KwIn}{输入}
\SetKwInput{KwOut}{输出}
\graphicspath{{./figure/}}
%%%%%%%%%%%%%%%填写封面信息%%%%%%%%%%%%%%%%%%%%
\author{张三}
\studentNumber{11111111}
\advisor{李四老师 }
\advisorTitle{教授}
\degreeType{理学}
\major{概率论与数理统计}
\researchArea{xxx}
\title{xxxxxxx}
\englishtitle{xxxxxxxx }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\setmainfont{Times New Roman}
%\makeindex
\makeindex[name=class,options=-s mystyle,title=分类索引,columns=2]
\makeindex[name=author,options=-s mystyle,title=著者索引,columns=2]
\makeindex[name=keyword,options=-s mystyle,title=关键词索引,columns=2]
\begin{document}
\makecover
\makeAuthorization
\includepdf[page=-]{chapters/empty.pdf}
\makeInfo
%\include{chapters/thanks}
\include{chapters/thanksshort}
%
\include{chapters/abstract}
\include{chapters/englishabstract}
%%%\include{chapters/preface}
\tableofcontents
\includepdf[page=-]{chapters/empty.pdf} %%%%%注意,这里是在目录后加一个空白页,如果不需要空白页,请注释掉这一行
%%%%%注意,这里如果不需要空白页,请注释掉这一行↑
%%%%%注意,这里如果不需要空白页,请注释掉这一行↑\\
%%%%%注意,这里如果不需要空白页,请注释掉这一行↑\\
%%%%%注意,这里如果不需要空白页,请注释掉这一行↑\\
%%%%%注意,这里如果不需要空白页,请注释掉这一行↑\\
\newpage\pagenumbering{arabic}
%% 引言
\include{chapters/chap1}
%%%% \include{chapters/background}
\include{chapters/summary}
\bibliography{reference/ref}
%% 附录
%\appendix
% \include{chapters/appendix}
%%% 索引
%\chapter*{索引}
%\pagestyle{fancy}
%\addcontentsline{toc}{chapter}{索引}
%678
%\printindex[class]
%\addcontentsline{toc}{section}{分类索引}
%456
%\printindex[author]
%\addcontentsline{toc}{section}{著者索引}
%345
%\printindex[keyword]
%\addcontentsline{toc}{section}{关键词索引}
%123
\include{chapters/research}
%%% 独创性声明
\include{chapters/declaration}
%% 学位论文数据集
%\include{chapters/dataset}
\includepdf[page=-]{chapters/empty.pdf}
\includepdf[page=-]{chapters/dataset.pdf}
%1232
\end{document}