forked from TheNetAdmin/zjuthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzjuthesis.tex
More file actions
64 lines (49 loc) · 1.16 KB
/
Copy pathzjuthesis.tex
File metadata and controls
64 lines (49 loc) · 1.16 KB
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
% Zhejiang University Undergraduate Graduation Thesis/Design Template
% Author: Zixuan Wang
% Email : zxwang42 [at] gmail.com
% Update: https://github.com/TheNetAdmin/zjuthesis/releases
\documentclass[
zihao=-4,
heading=true,
UTF8,
AutoFakeBold,
twoside
]{ctexrep}
\input{config/config}
\newcommand{\inputfinal}
{
% Final part
\newrefsection
\inputpage{final/cover}
\inputpage{final/previous}
\inputpage{final/toc}
\cleardoublestylepage{previous}
\part{毕业论文(设计)}
\input{content/final/content}
\inputpage{final/post}
% Proposal part
\newrefsection
\cleardoublestylepage{empty}
\part{毕业论文(设计)开题报告}
\inputpage{proposal/cover}
\inputpage{proposal/\Type/previous}
\input{content/proposal/content}
\inputpage{proposal/\Type/post}
}
\newcommand{\inputproposal}
{
\inputpage{proposal/cover}
\inputpage{proposal/\Type/previous}
\inputpage{proposal/toc}
\input{content/proposal/content}
\inputpage{proposal/\Type/post}
}
\begin{document}
\ifthenelse{\equal{\Period}{final}}
{
\inputfinal{}
}
{
\inputproposal{}
}
\end{document}