-
Notifications
You must be signed in to change notification settings - Fork 9
/
main.tex
62 lines (59 loc) · 2.61 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
%!TEX program = xelatex
%-*- coding: UTF-8 -*-
\documentclass[no-math]{bjutthesis}
\usepackage{lipsum, zhlipsum} % for test use
%\usepackage{layout, showframe} % for test use
% == packages
\usepackage{amsmath, mathtools, upgreek}
\usepackage{graphicx, tikz, pgfplots}
\usepackage{threeparttable, booktabs, longtable, multirow, dcolumn}
\usepackage{fancyvrb}
% == input
\bjutset{%
clc = {TU311}, % 中文图书分类号
udc = {004}, % 十进制分类号
schoolcode = {10005}, % 学校编号
secretlevel = {公开}, % 密级
studentid = {B200004000}, % 学号
% -- 中文信息
ctitle = {\bjutthesis\,\version\,——北京工业大学博士学位论文{\LaTeX}模板},
cauthor = {姚明},
cdiscipline = {土木工程}, % 学科
cmajor = {职业篮球}, % 研究方向
cdegree = {工学博士},
csupervisor = {杜修力},
csupervstitle = {教授},
ccollege = {城市建设学部},
cdate = {\the\year~年\the\month~月},
corganization = {北京工业大学},
% -- 英文信息
etitle = {\bjutthesis: \LaTeX-based Template for Doctoral Dissertation of Beijing University of Technology},
edegree = {Doctor of Engineering},
emajor = {Basketball},
eauthor = {YAO Ming},
esupervisor = {DU Xiuli},
ecollege = {Faculty of Urban Construction},
edate = {\today}
}
\begin{document}
\makecover % -- 封面(PDF使用,打印版无需)
\maketitle % -- 内封(中、英文)
\makestate % -- 声明页
\frontmatter %% ==== 前页 ====
\include{./tex/abstract} % -- 摘要,关键词
\makebitoc % -- 目录(中、英文)
\listoffigures % -- (可选)插图目录
\listoftables % -- (可选)表格目录
\printnomenclature % -- (可选)术语表
\mainmatter %% ==== 正文 ====
\include{./tex/chapter01} % -- 第1,2,...章
\include{./tex/chapter02} % --
\include{./tex/conclusion} % -- 结论
\makebib{./ref/reference} % -- 参考文献,GB/T7714-2015
\appendix %% ==== 附录 ====
\include{./tex/appendix_a} % -- 附录A,B,...
\include{./tex/appendix_b} % --
\backmatter %% ==== 附页 ====
\include{./tex/publication} % -- 发表文献
\include{./tex/acknowledgement} % -- 致谢
\end{document}