-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
72 lines (65 loc) · 1.42 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
\documentclass{njustthesis}
\njustsetup{%
author = 吴振宇,
id = 916101630117,
department = 经济管理学院,
discipline = 会计,
cover-title = 毕业论文,
title = 高送转股票的股利分配预测及实证研究,
title* = {\footnotesize Prediction and Empirical Study on dividend
distribution of high transfer stocks},
supervisor = 徐光华,
judge = 张宏珍,
}
\usepackage[refpage]{nomencl}
\makenomenclature%
\renewcommand{\nomname}{术语}
\renewcommand{\pagedeclaration}{,第1次出现在页~}
\usepackage{minted}
\setminted{%
breakanywhere,
breakanywheresymbolpre = {},
breaksymbolleft = {},
breaksymbolindentleftnchars = 0,
}
\usepackage{boxie}
\usepackage{siunitx}
\sisetup{mode = text}
\usepackage{bm}
\usepackage{physics}
\usepackage{cases}
\usepackage{csvsimple}
\usepackage{booktabs}
\usepackage{subfiles}
\usepackage{subcaption}
\usepackage{ulem}
\usepackage{fvextra}
\fvset{%
highlightcolor = {yellow!20, white},
}
\newtheorem{definition}{定义}
\begin{document}
\maketitle
\copyrightpage%
\subfile{sub/abstract}
{%
\frontmatter
\tableofcontents
\listoffigures
\listoftables
\printnomenclature%
\mainmatter%
\subfile{sub/introduction}
\subfile{sub/theorem}
\subfile{sub/sample}
\subfile{sub/establish}
\subfile{sub/validation}
\subfile{sub/evaluate}
\subfile{sub/conclusion}
\backmatter%
\bibliography{bib/main}
\subfile{sub/acknowledgement}
}
\appendix
\subfile{sub/code}
\end{document}