-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
template.tex
224 lines (138 loc) · 6.58 KB
/
template.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
%%%%% !TEX root=template.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% template.tex
%% NOVA thesis main document file
%%
%% This work is licensed under the
%% The LaTeX project public license (LPPL), version 1.3c
%% To view a copy of this license, visit
%% https://www.latex-project.org/lppl/lppl-1-3c/
%%
%% Version 2024-11-03 [7.2.5]
%% Departamento de Informática (www.di.fct.unl.pt)
%% Faculdade de Ciências e Tecnologia (www.fct.unl.pt)
%% Universidade NOVA de Lisboa (www.unl.pt)
%%
%% BUGS and SUGGESTIONS: please submit an issue at the project web page
%% at: https://github.com/joaomlourenco/novathesis/
%%
%% HELP: please DO NOT SEND ME EMAILS about LaTeX or the NOVAthesis template
%% please ask for help at GitHub Discussions page at
%% https://github.com/joaomlourenco/novathesis/discussions
%% or at the NOVAthesis facebook group at
%% https://www.facebook.com/groups/novathesis
%% or in the subreddit r/novathesis
%% https://www.reddit.com/r/novathesis/
%%
%% AUTHOR @github:
%% - joaomlourenco
%%
%% CONTRIBUTORS @github:
%% https://github.com/joaomlourenco/novathesis/wiki#help-with-the-project-patches-and-new-features
%%
%% DONATIONS:
%% If you think this template really helped you while writing your thesis, then
%% 1. Go to the project web page and giv it a star (on the top-right)
%% 2. Make a small donation using the URL below
%% https://www.paypal.com/donate/?hosted_button_id=8WA8FRVMB78W8
%% We will keep a list thanking to all the identified donors that identify
%% themselves in the “Add special instructions to the seller:” box.
%%
%% CITATION:
%% If you use this template, please be kind and \cite{novathesis-manual} somewhere in your document.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PLEASE DO NOT CHANGE THIS FILE
% ALL THE CUSTOMIZATION WAS MOVED TO THE files in the ”Config” FOLDER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%============================================================
%% BLACK VOID AHEAD! DO NOT TRESPASS!
%%============================================================
%%============================================================
%% YOU'VE BEEN WARNED. GO BACK TO SAFE GROUND. NOW!!!
%%============================================================
%%============================================================
%% DO NOT GO BEYOND THIS POINT!
%% IF YOU DO… YOU DESERVE WHATEVER HAPPENS AFTERWARDS!
%%============================================================
%%------------------------------------------------------------
%% The novathesis class is based in “memoir”. To set memoir
%% options, edit “Config/0_memoir.tex”.
\RequirePackage{NOVAthesisFiles/fix-profiling}
\benchmarktic
\documentclass{novathesis}
%============================================================
% MEMOIR CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/0_memoir.tex”
%============================================================
%============================================================
% TEMPLATE CUSTOMIZATION / OPTIONS (document type, university, school, etc)
% Please open and edit the appropriate
% configuration file “Config/1_novathesis.tex”
%============================================================
%============================================================
% BIBLATEX CUSTOMIZATION (citation and bibliography styles)
% Please open and edit the appropriate
% configuration file “Config/2_biblatex.tex”
%============================================================
%============================================================
% COVER CUSTOMIZATION (title, author, etc)
% Please open and edit the appropriate
% configuration file “Config/3_cover.tex”
%============================================================
%============================================================
% THESIS/DISSERTATION FILES
% Please open and edit the appropriate
% configuration file “Config/4_files.tex”
%============================================================
%============================================================
% PERSONAL (YOUR) CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/5_packages.tex”
%============================================================
%============================================================
% WHICH LIST_OF TO PRINT
% Please open and edit the appropriate
% configuration file “Config/6_list_of.tex”
%============================================================
%============================================================
% SPECIAL UNIVERSITY/SCHOOL CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/9_UNIVERSITY.tex”
%============================================================
%%============================================================
%% HAVE I NOT TOLD YOU TO NOT EDIT/CHANGE THIS FILE??? YES I DID!!!
%%============================================================
%%------------------------------------------------------------
\begin{document} % Beginning of document
\benchmarktoc
\typeout{TIME class loading=\the\pdfelapsedtime}%
%%------------------------------------------------------------
%% Print covers
\benchmarktic
\ntthesisfrontmatter % Before the main text (TOC, etc) — Roman page numbering
\ntprint{covers} % The cover page
\benchmarktoc
\typeout{TIME process covers=\the\pdfelapsedtime}%
%%------------------------------------------------------------
%% Print front matter
\benchmarktic
\ntprint{frontmatter} % The default order is listed below, but can be changed
\benchmarktoc
\typeout{TIME process frontmatter=\the\pdfelapsedtime}%
%%------------------------------------------------------------
%% Print main matter
\benchmarktic
\ntthesismainmatter % The main text — Arabic page numbering
\ntprint{mainmatter} % The default order is listed below, but can be changed
\benchmarktoc
\typeout{TIME process mainmatter=\the\pdfelapsedtime}%
%%------------------------------------------------------------
%% Print back cover and spine
\benchmarktic
\ntprint{backcover} % Print the back cover, if any!
\benchmarktoc
\typeout{TIME process backcover=\the\pdfelapsedtime}%
%%------------------------------------------------------------
\end{document} % End of document