forked from OChicken/SCUT-Bachelor-Thesis-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
67 lines (60 loc) · 2.26 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
%!mode::"TeX:UTF-8"
% texlive2017, xelatex
% author: Ma Seoyin, 2014 Applied Physics, SCUT
\documentclass[a4paper]{article}
\usepackage{template}
\begin{document}
\input{Cover}
\input{Abstract}
%----------------------------------------------------------------------------------------
% CONTENTS
%----------------------------------------------------------------------------------------
\thispagestyle{plain}
\begin{spacing}{1.5}
\addcontentsline{toc}{section}{目录}
\tableofcontents
\end{spacing}
\thispagestyle{plain}
\pagebreak[4]
%----------------------------------------------------------------------------------------
% BEGIN TO COUNT THE PAGE NUMBER
%----------------------------------------------------------------------------------------
\setboolean{@twoside}{true}
\begin{spacing}{1.5}
\zihao{-4}
\setcounter{page}{1}
\pagenumbering{arabic}
%----------------------------------------------------------------------------------------
% BELOW IS YOUR MAIN TEXT. BEGIN.
%----------------------------------------------------------------------------------------
\input{Chapter1_Introduction}
\input{Chapter2_Simple_Examples}
\input{Chapter3_Headers}
\input{Chapter4_Research_Methods}
\input{Chapter5_Experiments_and_Results}
\input{Chapter6_Conclusions_and_Expectations}
\input{Appendix_Settings}
\input{Appendix_A}
\input{Appendix_B}
\end{spacing}
%----------------------------------------------------------------------------------------
% ABOVE IS YOUR MAIN TEXT. FINISHED.
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% 参考文献
%----------------------------------------------------------------------------------------
\bibliographystyle{plain}
\addcontentsline{toc}{section}{参考文献}
\zihao{-4}
\bibliography{template}
\pagebreak[4]
%----------------------------------------------------------------------------------------
% ACKNOWLEDGEMENT
%----------------------------------------------------------------------------------------
\fancyhead[C]{\CJKfamily{song}华南理工大学学士学位论文}
\fancyhead[CO]{\CJKfamily{song}致谢}
\begin{spacing}{1.5}
\input{Acknowledgement}
\end{spacing}
\setboolean{@twoside}{false}
\end{document}