-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathThesis.tex
executable file
·73 lines (50 loc) · 1.66 KB
/
Thesis.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
72
73
% !TEX encoding = UTF-8 Unicode
% XeLaTeX can use any Mac OS X font. See the setromanfont command below.
% Input to XeLaTeX is full Unicode, so Unicode characters can be typed directly into the source.
% The next lines tell TeXShop to typeset with xelatex, and to open and save the source with Unicode encoding.
%!TEX TS-program = xelatex
\documentclass[a4paper, 12pt]{book}
%Load FDU Style
\usepackage{FDUThesis}
\title{Pandoxie's Article}
\author{Xu Deyuan $<$\href{mailto:xudeyuanghw@gmail.com}%
{xudeyuanghw@gmail.com}$>$}
%\date{} % Activate to display a given date or no date
\begin{document}
%Use \thispagestyle{} fancy, plain, empty to redefine Per/Page Header
\includepdf{Book-Cover.pdf}
\thispagestyle{empty}
%----------------------------Front Matter-------------------------------!
\frontmatter
%\maketitle
\phantomsection
\addcontentsline{toc}{chapter}{\contentsname}
\tableofcontents
%{\pagestyle{plain}
%\tableofcontents
%\cleardoublepage}
\include{Forewords}
\listoffigures
%\listoftables
%----------------------------Main Matter-------------------------------!
\mainmatter
\include{Intro}
\include{Chapter01}
\include{Chapter02}
\include{Chapter03}
\include{Chapter04}
%----------------------------Appendix-------------------------------!
\appendix
\renewcommand{\thechapter}{附录{\Alph{chapter}}}
%\chapter{公式推导}
%----------------------------Back Matter-------------------------------!
\backmatter
\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\bibliographystyle{FDUbib}
\bibliography{Pandoxie-BiB}
%\nocite{*}
\backchapter{致谢}
\clearpage
\printindex
\end{document}