-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathFront.tex
executable file
·38 lines (29 loc) · 1.14 KB
/
Front.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
\copyrightpage[...]{...} % Optional, comment out or delete if undesired
\glsa{}
\begin{abstract}
% Abstract text here, either typed in directly or included using an `\input{}' command
\end{abstract}
\begin{layabstract}{...} % Replace the ... with the list of keywords
% Lay abstract text here, either typed in directly or included using an `\input{}' command
\end{layabstract}
% The optional preface, dedication, and acknowledgements environments are included similar to the abstract environment
\begin{preface}
% Preface text here
\end{preface}
\begin{dedication}
% Dedication text here
\end{dedication}
\begin{acknowledgements}
% Acknowledgments text here
\end{acknowledgements}
% Commands for the required lists
\tableofcontents
\listoftables % Include only if there are tables in the thesis
\listoffigures % Include only if there are figures in the thesis
% If you have other lists which need to be included they go here, possibly using the listof environment
\begin{thesislist}{...} % Replace the ... with name of the things being listed here
% Contents of list
\end{thesislist}
% Sets the document spacing and pagestyle.
\mainmatter
\endinput