-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGradThesis.tex
88 lines (69 loc) · 1.96 KB
/
GradThesis.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
\documentclass[twoside,openany]{SDUthesis}
%\hypersetup{colorlinks=false}
%\makeatletter
%\renewcommand\normalsize{%
% \@setfontsize\normalsize\@xpt\@xiipt
% \abovedisplayskip 6\p@ \@plus3\p@ \@minus4\p@
% \abovedisplayshortskip \z@ \@plus3\p@
% \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@
% \belowdisplayskip \abovedisplayskip
% \let\@listi\@listI}
%\makeatother
\newcommand{\makeheadrule}{%ҳü
\makebox[0pt][l]{\rule[0.55\baselineskip]{\headwidth}{0.3pt}}
\rule[0.7\baselineskip]{\headwidth}{2.5pt}}
\renewcommand{\headrule}{%
{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi
\makeheadrule}}
\makeatother
\makeatletter
\newcommand{\figcaption}{\def\@captype{figure}\caption}
\newcommand{\tabcaption}{\def\@captype{table}\caption}
\makeatother
\setlength{\abovecaptionskip}{0pt}
\setlength{\belowcaptionskip}{0pt}
\usepackage{mathrsfs}
\usepackage{pdfpages}
\usepackage{changepage}
%\usepackage{subfigure}
\usepackage{color}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{longtable}
\usepackage{epstopdf}
\usepackage{ccmap}
%\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
%\newcommand{\upcite}[1]{\textsuperscript{\textsuperscript{\cite{#1}}}}
\begin{document}
\raggedbottom
\includepdfmerge{FrontReviewTwo-LCX.pdf,-}
%\makeOSandCPRTpage
\SDUfrontmatter
\SDUcontents
\SDUEcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./Chapters/abstractC}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% english abstract
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./Chapters/abstractE}
\SDUmainmatter
%\input{./Chapters/chap0}
\input{./Chapters/chap1}
\input{./Chapters/chap2}
\input{./Chapters/chap3}
\input{./Chapters/conclusions}
%\input{./Chapters/chap4}
%\input{./Chapters/chap5}
%\input{./Chapters/chap6}
\SDUbackmatter
\ereference{Reference}
\bibliographystyle{SDUthesis}
%\bibliographystyle{unsrt}
\bibliography{thesisbib}
\input{./Chapters/thanks}
\input{./Chapters/publications}
\end{document}