forked from F5Soft/xmu-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmu.cls
473 lines (425 loc) · 15 KB
/
xmu.cls
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
\ProvidesClass{xmu}[XMU Undergraduates Thesis Template]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%% XMU Undergraduates Thesis Template %%%%%%%%
%%%%%%%% Made by: F5Soft %%%%%%%%
%%%%%%%% https://github.com/F5Soft/xmu-template %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\PassOptionsToPackage{AutoFakeBold}{xeCJK}
\LoadClass{ctexbook}
%%%%%%%% 宏包 %%%%%%%%
% 页面尺寸
\RequirePackage[a4paper,top=2.54cm,bottom=2.54cm,left=3.17cm,right=3.17cm,head=1.57cm,foot=1.5cm]{geometry}
% 自定义页眉页脚
\RequirePackage{fancyhdr}
% 自定义章节标题
\RequirePackage{titlesec}
\RequirePackage{titletoc}
% 首行缩进
\RequirePackage{indentfirst}
% 插图
\RequirePackage{graphicx}
\RequirePackage{caption}
\RequirePackage{etoolbox}
% 表格线
\RequirePackage{booktabs}
% 数学公式
\RequirePackage{array}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{mathptmx}
\RequirePackage{bm}
% 绘图
\RequirePackage{pgfplots}
% 算法
\RequirePackage[ruled]{algorithm2e}
% 自定义脚注
\RequirePackage{scrextend}
% 自定义参考文献
\RequirePackage[square,super,comma,sort,compress]{natbib}
% 引用、超链接
\RequirePackage[colorlinks,citecolor=black,linkcolor=black,urlcolor=black,bookmarksnumbered=true,bookmarksopen=true]{hyperref}
% 条件编译
\RequirePackage{ifthen}
%%%%%%%% 用户自定义变量 %%%%%%%%
\newcommand{\print}{\def\xmu@print{true}} % 电子版 / 打印版
\newcommand{\design}{\def\xmu@design{true}} % 毕业设计 / 毕业论文
\newcommand{\minor}{\def\xmu@minor{true}} % 主修 / 辅修
\newcommand{\arabicchapter}{\def\xmu@arabicchapter{true}} % 章节使用阿拉伯数字编号
\renewcommand{\title}[2]{\def\xmu@title{#1}\def\xmu@entitle{#2}} % 标题
\renewcommand{\author}[1]{\def\xmu@author{#1}} % 作者
\newcommand{\idn}[1]{\def\xmu@idn{#1}} % 学号
\newcommand{\college}[1]{\def\xmu@college{#1}} % 学院
\newcommand{\subject}[1]{\def\xmu@subject{#1}} % 专业
\newcommand{\grade}[1]{\def\xmu@grade{#1}} % 年级
\newcommand{\teacher}[1]{\def\xmu@teacher{#1}} % 指导教师
\newcommand{\otherteacher}[1]{\def\xmu@otherteacher{#1}} % 校外指导教师
\newcommand{\pubdate}[1]{\def\xmu@pubdate{#1}} % 日期
\newcommand{\keywords}[2]{\def\xmu@keywords{#1}\def\xmu@enkeywords{#2}} % 关键字
%%%%%%%% 字体、段落 %%%%%%%%
% 采用 Windows 字体文件以兼容 macOS 和 Linux
\setCJKfamilyfont{simsun}{simsun.ttc}
\setCJKfamilyfont{simhei}{simhei.ttf}
\setCJKfamilyfont{simkai}{simkai.ttf}
\renewcommand{\songti}{\CJKfamily{simsun}} % 宋体
\renewcommand{\heiti}{\CJKfamily{simhei}} % 黑体
\renewcommand{\kaishu}{\CJKfamily{simkai}} % 楷体
% 英文默认字体
\setmainfont{Times New Roman}
\setsansfont{Arial}
% 中文默认字体
\setCJKmainfont[BoldFont=simhei.ttf,ItalicFont=simkai.ttf]{simsun.ttc}
\setCJKsansfont{simhei.ttf}
% 这样设置之后,针对不同的中英字体效果如下:
% \rm:中文宋体,英文 Times New Roman
% \sf:中文黑体,英文 Arial
% \bf:中文黑体,英文 Times New Roman 加粗
% \it:中文楷体,英文 Times New Roman 斜体
% \bf\songti:中文宋体加粗,英文 Times New Roman 加粗
% 数学加粗斜体
\DeclareMathAlphabet{\mathbfit}{T1}{ptm}{b}{it}
\renewcommand{\boldsymbol}[1]{\mathbfit{#1}}
% URL 字体
\urlstyle{same}
% 默认行距
\renewcommand{\baselinestretch}{1.5}
%%%%%%%% 封面 %%%%%%%%
\renewcommand{\maketitle}{
% PDF Metadata
\hypersetup{
pdftitle={\xmu@title},
pdfsubject={厦门大学本科毕业论文(设计)},
pdfauthor={\xmu@author},
pdfkeywords={\xmu@keywords}
}
\clearpage
% 封面
\thispagestyle{empty}
\vspace*{20pt}
\begin{center}
\includegraphics[width=208pt]{xmu-logo-text.jpg}
\vskip 3em
\ifthenelse{\isundefined{\xmu@design}}{
\bf\songti\zihao{-2} 本\quad 科\quad 毕\quad 业\quad 论\quad 文
}{
\bf\songti\zihao{-2} 本\quad 科\quad 毕\quad 业\quad 设\quad 计
}
\ifthenelse{\isundefined{\xmu@minor}}{}{
\vskip 1ex
\bf\songti\zihao{3} (辅\quad 修)
}
\vskip 2em
\sf\zihao{2}\mdseries\xmu@title
\vskip 1ex
\bf\zihao{3}\xmu@entitle
\vskip 2em
\rm\zihao{4}\mdseries
\renewcommand\arraystretch{1.2}
\begin{tabular}{rl}
姓\qquad 名:\quad & \xmu@author \\
学\qquad 号:\quad & \xmu@idn \\
学\qquad 院:\quad & \xmu@college \\
专\qquad 业:\quad & \xmu@subject \\
年\qquad 级:\quad & \xmu@grade \\
校内指导教师:\quad & \xmu@teacher \\
\ifthenelse{\isundefined{\xmu@otherteacher}}{}{
校外指导教师:\quad & \xmu@otherteacher \\
}
\end{tabular}
\vskip 5em
\xmu@pubdate
\end{center}
\clearpage
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
% 诚信承诺书
\pagestyle{empty}
\vspace*{1em}
\begin{center}
\sf\zihao{-2}厦门大学本科学位论文诚信承诺书
\end{center}
\vspace{3em}
{
\renewcommand{\baselinestretch}{2}
\zihao{4}
\par
本人呈交的学位论文是在导师指导下独立完成的研究成果。本人在论文写作中参考其他个人或集体已经发表的研究成果,均在文中以适当方式 明确标明,并符合相关法律规范及《厦门大学本科毕业论文(设计)规范》。
\par
该学位论文为(\qquad \qquad \qquad \qquad \qquad \qquad)课题(组)的研究成果,获得(\qquad \qquad \qquad \qquad)课题(组)经费或实验室的资助,在(\qquad \qquad \qquad \qquad)实验室完成(请在以上括号内填写课题或课题组负责人或实验室名称,未有此项声明内容的,可以不作特别声明)。
\par
本人承诺辅修专业毕业论文(设计)(如有)的内容与主修专业不存在相同与相近情况。
\vspace{4em}
\par
\hfill 学生声明(签名):\qquad \qquad \qquad \quad~
\par
\hfill 年\qquad 月\qquad 日
\par
}
\clearpage
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
% 定义目录前的页码格式为罗马字母
\pagenumbering{Roman}
% 正文字号
\zihao{-4}
}
%%%%%%%% 摘要 %%%%%%%%
% 中文摘要
\newenvironment{abstract}{
\chapter*{摘\quad\; 要}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
\vspace{1em}
\par
}{
\par
\vspace{1em}
\noindent
{\sf\zihao{-4}关键词:}\xmu@keywords
\def\xmu@inabstract{true}
\clearpage
}
% 英文摘要
\newenvironment{enabstract}{
\let\xmu@inabstract\relax
\chapter*{\bf Abstract}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
\vspace{1em}
\par
}{
\par
\vspace{1em}
\noindent
{\bf\zihao{-4}Key Words: }\xmu@enkeywords
\clearpage
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
}
%%%%%%%% 目录 %%%%%%%%
% 设置目录深度,只显示到 subsection
\setcounter{tocdepth}{2}
\renewcommand{\tableofcontents}{
% 设置目录中的章节编号格式
\ifthenelse{\isundefined{\xmu@arabicchapter}}{}{
\ctexset{
chapter={
name={,},
number=\arabic{chapter}
}
}
\renewcommand{\enchapter}[1]{
\addcontentsline{entoc}{chapter}{
\protect\numberline{\thechapter}##1
}
}
}
% 中文目录
\begin{center}
\sf\zihao{-3}目\quad\; 录
\end{center}
\vspace{1em}
% 中文目录页脚
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
% 中文目录内容
\vspace{1em}
\@starttoc{toc}
\clearpage
\def\xmu@entoc{true}
% 英文目录标题
\begin{center}
\bf\zihao{-3}Contents
\end{center}
\vspace{1em}
% 英文目录页脚
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
% 英文目录内容
\vspace{1em}
\@starttoc{entoc}
\clearpage
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
% 定义目录后的页码格式为阿拉伯数字
\pagenumbering{arabic}
}
% 定义英文目录相关指令
\newcommand{\enchapter}[1]{
\addcontentsline{entoc}{chapter}{
\protect\numberline{Chapter~\thechapter}#1
}
}
\newcommand{\ensection}[1]{
\addcontentsline{entoc}{section}{
\protect\numberline{\thesection}#1
}
}
\newcommand{\ensubsection}[1]{
\addcontentsline{entoc}{subsection}{
\protect\numberline{\thesubsection}#1
}
}
% 定义中英双语目录相关指令
\newcommand{\xmuchapter}[2]{
\chapter{#1}\enchapter{#2}
}
\newcommand{\xmusection}[2]{
\section{#1}\ensection{#2}
}
\newcommand{\xmusubsection}[2]{
\subsection{#1}\ensubsection{#2}
}
% 目录字体
% 一级标题
\titlecontents{chapter}[0pt]
{\ifthenelse{\isundefined{\xmu@entoc}}{\sf}{\bf}\zihao{4}}
{\thecontentslabel\;}
{}
{\,\titlerule*{.}\contentspage}
% 二级标题
\titlecontents{section}[1\ccwd]
{\ifthenelse{\isundefined{\xmu@entoc}}{\sf}{\bf}\zihao{-4}}
{\ifthenelse{\isundefined{\xmu@entoc}}{\thecontentslabel\;\;}{\thecontentslabel\;}}
{}
{\,\titlerule*{.}\contentspage}
% 三级标题
\titlecontents{subsection}[2\ccwd]
{\rm\zihao{-4}}
{\ifthenelse{\isundefined{\xmu@entoc}}{\thecontentslabel\;\,}{\thecontentslabel\,}}
{}
{\,\titlerule*{.}\contentspage}
%%%%%%%% 章节 %%%%%%%%
% 为 subsubsection 也启用编号
\setcounter{secnumdepth}{3}
% 章节标题字体
\titleformat{\chapter}{\centering\sf\zihao{-3}}{\ifthenelse{\isundefined{\xmu@arabicchapter}}{第\zhnumber{\thechapter} 章}{\thechapter}}{1em}{}
\titleformat{\section}{\sf\zihao{4}}{\thesection}{0.5em}{}
\titleformat{\subsection}{\sf\zihao{-4}}{\thesubsection}{0.5em}{}
\titleformat{\subsubsection}{\rm\zihao{-4}}{\thesubsubsection}{0.5em}{}
% 章节标题行间距
\titlespacing{\chapter}{\z@}{\z@}{4ex}
\titlespacing{\section}{\z@}{1.6ex \@plus 1.3ex \@minus 0ex}{1.3ex}
\titlespacing{\subsection}{\z@}{1.3ex \@plus 1ex \@minus 0ex}{1ex}
\titlespacing{\subsubsection}{\z@}{1ex \@plus 0.7ex \@minus 0ex}{0.7ex}
% 章节页眉、页脚
\renewcommand{\chapter}{
\clearpage
\ifthenelse{\isundefined{\xmu@inabstract}}{
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
}{}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.4pt}
\fancyhead[OC]{\rm\zihao{-5}\leftmark} %奇数页眉
\fancyhead[EC]{\rm\zihao{-5}\xmu@title} %偶数页眉
\fancyfoot[C]{\rm\zihao{-5}\thepage} %页脚
\global\@topnum\z@
\secdef\@chapter\@schapter
}
%%%%%%%% 图表、公式、代码、算法 %%%%%%%%
% 图表目录
\graphicspath{{figures/}}
% 图表编号
\renewcommand{\thefigure}{\thechapter-\arabic{figure}}
\renewcommand{\thetable}{\thechapter-\arabic{table}}
\renewcommand{\theequation}{\thechapter-\arabic{equation}}
% 图表字体
\DeclareCaptionFont{simsun5bf}{\bf\songti\zihao{5}}
\captionsetup[figure]{font=simsun5bf}
\captionsetup[table]{position=top,belowskip=2ex,font=simsun5bf}
\AtBeginEnvironment{figure}{\zihao{5}}
\AtBeginEnvironment{table}{\zihao{5}}
% 代码、算法字体
\AtBeginEnvironment{verbatim}{\par\renewcommand{\baselinestretch}{1.2}\zihao{5}}
\AtBeginEnvironment{algorithm}{\par\renewcommand{\baselinestretch}{1.2}\zihao{5}}
% 算法行距
\AtEndEnvironment{algorithm}{\vspace*{-0.5ex}}
\renewcommand{\interspacetitleruled}{1ex}
\SetAlgoInsideSkip{smallskip}
\renewcommand{\algorithmcfname}{\quad\bf\songti 算法}
\renewcommand{\algomargin}{2em}
%%%%%%%% 脚注 %%%%%%%%
% 脚注字体
\renewcommand{\thefootnote}{\textcircled{\rm\zihao{7}\arabic{footnote}}\;}
\renewcommand{\thempfootnote}{\textcircled{\rm\zihao{7}\arabic{mpfootnote}}\;}
\renewcommand{\footnotesize}{\renewcommand{\baselinestretch}{1.15}\rm\zihao{-5}}
% 脚注线
\renewcommand{\footnoterule}{\vspace{1em}\hrule width 0.4\columnwidth height 0.4pt\vspace{0.3em}}
% 脚注缩进、行距
\renewcommand{\footnotesep}{1.2em}
\deffootnote[3ex]{3ex}{1em}{\zihao{7}\raisebox{0.4ex}{\rm\zihao{-5}\thefootnotemark}}
%%%%%%%% 参考文献 %%%%%%%%
\newenvironment{reference}{
\ifthenelse{\isundefined{\xmu@print}}{}{\cleardoublepage}
}{
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.4pt}
\fancyhead[OC]{\rm\zihao{-5}参考文献}
\fancyhead[EC]{\rm\zihao{-5}\xmu@title}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
\addcontentsline{toc}{chapter}{参考文献}
\addcontentsline{entoc}{chapter}{References}
\clearpage
}
\bibliographystyle{gbt7714-2005.bst} % 参考文献格式 GB/T 7714-2005
\renewcommand{\bibfont}{\rm\zihao{5}} % 参考文献字体
\renewcommand{\bibsep}{0.5ex} % 参考文献之间的间距
%%%%%%%% 附录 %%%%%%%%
\renewenvironment{appendix}{
\chapter*{附\quad\; 录}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.4pt}
\fancyhead[OC]{\rm\zihao{-5}附\quad\; 录}
\fancyhead[EC]{\rm\zihao{-5}\xmu@title}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
\addcontentsline{toc}{chapter}{附录}
\addcontentsline{entoc}{chapter}{Appendix}
% 设置附录编号格式
\renewcommand{\thefigure}{A-\arabic{figure}}
\renewcommand{\thetable}{A-\arabic{table}}
\renewcommand{\theequation}{A-\arabic{equation}}
\renewcommand{\thesection}{A.\arabic{section}}
\renewcommand{\thesubsection}{A.\arabic{section}.\arabic{subsection}}
\renewcommand{\thesubsubsection}{A.\arabic{section}.\arabic{subsection}.\arabic{subsubsection}}
% 更新计数器
\addtocounter{chapter}{1}
\setcounter{figure}{0}
\setcounter{table}{0}
\setcounter{equation}{0}
\setcounter{section}{0}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
}{
\par
\clearpage
}
%%%%%%%% 致谢 %%%%%%%%
\newenvironment{acknowledgement}{
\chapter*{致\quad\; 谢}
\pagestyle{fancy}
\fancyhf{}
\ifthenelse{\isundefined{\xmu@entoc}}{
% 如果致谢在目录前,则只设置页脚
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
}{
% 如果致谢在目录后,设置页眉、页脚,并添加索引到目录
\renewcommand{\headrulewidth}{0.4pt}
\fancyhead[OC]{\rm\zihao{-5}致\quad\; 谢}
\fancyhead[EC]{\rm\zihao{-5}\xmu@title}
\fancyfoot[C]{\rm\zihao{-5}\thepage}
\addcontentsline{toc}{chapter}{致谢}
\addcontentsline{entoc}{chapter}{Acknowledgements}
}
\vspace{1em}
}{
\par
\clearpage
}
\endinput