forked from joaomlourenco/novathesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
267 lines (174 loc) · 8.9 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
%%%%% !TEX root=template.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% novathesis.cls
%% NOVA thesis document class
%%
%% 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 2023-11-18 [7.1.11]
%% 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
%%
%% 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 it in your bibliography:
%% “João M. Lourenço, The NOVAthesis \LaTeX\ Template User’s Manual,
%% NOVA University Lisbon, 2021,
%% https://github.com/joaomlourenco/novathesis/raw/main/template.pdf.”
%% The BibTeX entry is already in the example “bibliography.bib” file:
%% @Manual{novathesis-manual,
%% title ={{The NOVAthesis \LaTeX\ Template User's Manual}},
%% author ={João M. Lourenço},
%% organization={NOVA University Lisbon},
%% year ={2021},
%% url ={https://github.com/joaomlourenco/novathesis/raw/main/template.pdf},
%% }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PLEASE DO NOT CHANGE THIS FILE
% ALL THE CUSTOMIZATION WAS MOVED TO THE files in the ”Config” FOLDER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%============================================================
%% BLACK VOID AHEAD! DON'T TRESPASS!
%%============================================================
%%============================================================
%% YOU'VE BEEN WARNED. GO BACK TO SAFE GROUND. NOW!!!
%%============================================================
%%============================================================
%% DON'T TOUCH BELOW THIS POINT!
%% IF YOU DO… YOU DESERVE WHATEVER HAPPENS AFTERWARDS!
%%============================================================
%%------------------------------------------------------------
%% This class is based in “memoir”. To set memoir options,
%% edit “Config/0_memoir.tex”.
\RequirePackage{l3benchmark}
\ExplSyntaxOn
\cs_new_eq:NN \benchmarktic \benchmark_tic:
\cs_new_eq:NN \benchmarktoc \benchmark_toc:
\ExplSyntaxOff
\benchmarktic
\RequirePackage{NOVAthesisFiles/fix-profiling}
\documentclass{novathesis}
%============================================================
% TEMPLATE CUSTOMIZATION / OPTIONS
% Please open and edit the appropriate
% configuration file “Config/1_novathesis.tex”
%============================================================
%============================================================
% BIBLATEX CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/2_biblatex.tex”
%============================================================
%============================================================
% DEGREE CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/3a_degree_phd.tex”
% or “Config/3b_degree_msc.tex”
% or “Config/3c_degree_other.tex”
%============================================================
%============================================================
% DEPARTMENT CUSTOMIZATION
% Please open and edit the appropriate
% configuration file “Config/4_department.tex”
%============================================================
% %============================================================
% % THESIS/DISSERTATION COVER DATA (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”
%============================================================
%============================================================
% WHICH LIST_OF TO PRINT
% Please open and edit the appropriate
% configuration file “Config/7_list_of.tex”
%============================================================
%============================================================
% ADDITIONAL PACKAGES and MACROS
% Please open and edit the appropriate
% configuration file “Config/8_packages.tex”
%============================================================
%%============================================================
%% HAVE I NOT TOLD YOU TO NOT EDIT/CHANGE THIS FILE???
%%============================================================
%%------------------------------------------------------------
\begin{document} % Beginning of document
\typeout{TIME class loading=\the\pdfelapsedtime}%
\benchmarktoc
\benchmarktic
% \optionshowall
%%------------------------------------------------------------
\ntthesisfrontmatter % Before the main text (TOC, etc) — Roman page numbering
% \typeout{TIME after_ntthesisfrontmatter=\the\pdfelapsedtime}
%%------------------------------------------------------------
\ntprint{covers} % The cover page
\typeout{TIME process covers=\the\pdfelapsedtime}%
\benchmarktoc
\benchmarktic
\ntprint{frontmatter} % The default order is listed below, but can be changed
\typeout{TIME process frontmatter=\the\pdfelapsedtime}%
\benchmarktoc
\benchmarktic
% % at the School's “defaults.ldf” with
% % "\ntsetprintorder{list_of_items}", where “list_of_items”
% % may be any of:
% % statement % The statement page
% % copyright % (*) The copyright page
% % dedicatory % (*) Print the dedicatory
% % acknowledgements% (*) Print the acknowledgments
% % quote % (*) Print the quote
% % abstracts % Print abstracts in multiple languages.
% % alllistof % Print all the listof defined in “7_list_of.tex”
% % (*) Will only be printed if adequate for the document type
% \optionlistdo{/novathesis/docfrontmatter}{\csuse{ntprint#1}}%
%%------------------------------------------------------------
\ntthesismainmatter % The main text — Arabic page numbering
% \typeout{TIME after_ntthesismainmatter=\the\pdfelapsedtime}
%%------------------------------------------------------------
% \optionlistdo{/novathesis/docmainmatter}{\csuse{ntprint#1}}%
\ntprint{mainmatter} % The default order is listed below, but can be changed
\typeout{TIME process mainmatter=\the\pdfelapsedtime}%
\benchmarktoc
\benchmarktic
% % at the School's “defaults.ldf” with
% % "\ntsetprintorder{list_of_items}", where “list_of_items”
% % are separated by ";" and may be any of:
% % chapters % Print document chapters
% % bib % Print the bibliography. Change to
% % bib[title=⟨title⟩]” to redefine the title!
% % appendices % Print appendices, if any!
% % annexes % Print annexes, if any!
\ntprint{backcover} % Print the back cover, if any!
\typeout{TIME process backcover=\the\pdfelapsedtime}%
\benchmarktoc
%%------------------------------------------------------------
\end{document} % End of document