-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
70 lines (64 loc) · 1.5 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
\documentclass{njustthesis}
\njustsetup{%
author = 吴振宇,
id = 916101630117,
discipline = 电子信息工程,
title = 通信原理,
subtitle = 实验搭档:邓远征 9171040G0216,
title* = Communication Principles,
cover-title = 通信原理\\实验报告,
abstract-prefix = 实验报告,
header-title = 通信原理实验报告,
supervisor = 程风雷,
supervisor-title = 副教授,
judge = 程风雷,
judge-title = 副教授,
signature = \includegraphics{signature},
}
\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{cases}
\usepackage{csvsimple}
\usepackage{booktabs}
\usepackage{subfiles}
\usepackage{subcaption}
\usepackage{fvextra}
\fvset{%
highlightcolor = {yellow!20, white},
}
\newtheorem{definition}{定义}
\newtheorem{theorem}{定理}
\numberwithin{Exercise}{chapter}
\numberwithin{Answer}{chapter}
\begin{document}
\maketitle
% \copyrightpage%
% \subfile{sub/abstract}
% \frontmatter
% \tableofcontents
% \listoffigures
% \listoftables
% \listofexercises%
% \printnomenclature%
\mainmatter%
\subfile{sub/sample}
\subfile{sub/hdb3}
\subfile{sub/bpsk}
\subfile{sub/pll}
\subfile{sub/tdfm}
% \backmatter%
% \bibliography{bib/main}
\subfile{sub/acknowledgement}
\end{document}