-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
74 lines (65 loc) · 2.05 KB
/
main.tex
File metadata and controls
74 lines (65 loc) · 2.05 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
65
66
67
68
69
70
71
72
73
74
\documentclass[11pt]{article} % For LaTeX2e
\usepackage{pdt_report}
\input{commands}
% It is strongly recommended to use hyperref, especially for readibility.
\definecolor{boilermakergold}{HTML}{cfb991}
\definecolor{steel}{HTML}{555960}
\definecolor{coolgray}{HTML}{6f727b}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=coolgray]{hyperref}
% Add your title here.
\title{%
A \LaTeX{} Template for Report and Publications
}
% The \author macro works with any number of authors. There are two commands
% used to separate the names and addresses of multiple authors: \And and \AND.
%
% Using \And between authors leaves it to LaTeX to determine where to break the
% lines. Using \AND forces a line break at that point. So, if LaTeX puts 3 of 4
% authors names on the first line, and the last on the second line, try using
% \AND instead of \And before the third author name.
\author{%
Juanwu~Lu~$^{1}$\thanks{Use footnote for providing further information
about author (webpage, alternative address)---but \emph{not} for acknowledging funding agencies.}\\
College of Engineering, Purdue University \\
West Lafayette, IN 47907, USA \\
\texttt{juanwu@purdue.edu}
% examples of more authors
% \And
% Coauthor \\
% Affiliation \\
% Address \\
% \texttt{email} \\
% \AND
% Coauthor \\
% Affiliation \\
% Address \\
% \texttt{email} \\
% \And
% Coauthor \\
% Affiliation \\
% Address \\
% \texttt{email} \\
% \And
% Coauthor \\
% Affiliation \\
% Address \\
% \texttt{email} \\
}
% Change the title of your supplementary material here.
\renewcommand{\appendixtocname}{Supplementary Material}
\renewcommand{\appendixpagename}{Supplementary Material}
\begin{document}
\maketitle
% -----------------------------------------
% Main contents
\input{contents/0_abstract}
\input{contents/1_introduction}
\input{contents/2_related}
\input{contents/3_method}
\input{contents/4_experiment}
\input{contents/5_conclusion}
\input{contents/6_postscripts}
% -----------------------------------------
% Appendix
\input{contents/X_appendix}
\end{document}