-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontmatter.tex
39 lines (28 loc) · 1.79 KB
/
frontmatter.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
%%%%%%%%%%%%%%%%%%%% The front matter of your document %%%%%%%%%%%%%%%%%%%%
\frontmatter
\certifypage % Produces the certify page, if this option is
% set in the class file.
\copyrightpage % Produces the copyright page.
\clearpage
\approvalpage % Produces the approval page.
\clearpage
\dedicationpage % The dedication page is optional.
\clearpage % This command does nothing if you don't
% have a `dedication.tex' file, otherwise
% the file is included in the frontmatter.
\acknowledgmentpage % The acknowledge page is optional.
\clearpage % This command does nothing if you don't
% have an `acknowledgment.tex' file, otherwise
% the file is included in the frontmatter.
\tableofcontents % Table of Contents will be automatically
\clearpage % generated and placed here.
\listoftables % List of Tables will be automatically
\clearpage % generated if you had made proper table captions.
\listoffigures % List of Figures will be automatically
\clearpage % generated if you had made proper figure captions.
\listofabbreviations % List of Abbreviations will be
\clearpage % automatically generated if you had made any,
% following the style of the "Acronym"
% package. See my "abbreviation.tex" file
% for example usage. If you don't have
% this file, the command does nothing.