-
Notifications
You must be signed in to change notification settings - Fork 1
/
01.thesis.cls
393 lines (357 loc) · 13.9 KB
/
01.thesis.cls
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
%%
%% This is file `thesis.cls',
%%
%% which is made based on class 'report.cls'
%%
%% AUTHOR: Pedro Tomás
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{01.thesis}[2011/08/23]
\typeout{}
\typeout{--------------------------------------------------------------}
\typeout{ +---+ Thesis Style (thesis.cls) }
\typeout{ +---+ Version 2.0, July 2007 (new IST stylesheet) }
\typeout{ +---+ Version 2.1, April 2019 }
\typeout{ +---+ for Instituto Superior Tecnico (IST), }
\typeout{ +---+ Universidade de Lisboa }
\typeout{ * Modified from 'report.cls' }
\typeout{ * Created to write Phd Thesis (in accordance with the format for Técnico, Universidade de Lisboa) }
\typeout{ }
\typeout{ Authors: Pedro Tomás, Filipe Marques }
\typeout{--------------------------------------------------------------}
\typeout{}
% Certain options are not handled here but are passed on to report.cls
% by \PassOptionToClass.
\DeclareOption{fleqn}{ \PassOptionsToClass{fleqn}{report} }
\DeclareOption{leqno}{ \PassOptionsToClass{leqno}{report} }
\DeclareOption{openbib}{ \PassOptionsToClass{openbib}{report} }
\DeclareOption{draft}{ \PassOptionsToClass{draft}{report} }
\DeclareOption{final}{ \PassOptionsToClass{final}{report} }
\DeclareOption{openright}{ \PassOptionsToClass{openright}{report} }
\DeclareOption{openany}{ \PassOptionsToClass{openany}{report} }
\DeclareOption{10pt}{ \PassOptionsToClass{10pt}{report} }
\DeclareOption{11pt}{ \PassOptionsToClass{11pt}{report} }
\DeclareOption{12pt}{ \PassOptionsToClass{12pt}{report} }
\DeclareOption{oneside}{ \PassOptionsToClass{oneside}{report} }
\DeclareOption{twoside}{ \PassOptionsToClass{twoside}{report} }
\DeclareOption{a4paper}{ \PassOptionsToClass{a4paper}{report} }
\DeclareOption{a5paper}{ \PassOptionsToClass{a5paper}{report} }
\DeclareOption{b5paper}{ \PassOptionsToClass{b5paper}{report} }
\DeclareOption{letterpaper}{ \PassOptionsToClass{letterpaper}{report} }
\DeclareOption{executivepaper}{ \PassOptionsToClass{executivepaper}{report} }
\DeclareOption{letterpaper}{ \PassOptionsToClass{letterpaper}{report} }
\DeclareOption{letterpaper}{ \PassOptionsToClass{letterpaper}{report} }
\DeclareOption{letterpaper}{ \PassOptionsToClass{letterpaper}{report} }
% Invalid options - normally used in report.cls and others, but not here:
\DeclareOption{titlepage}
{\ClassWarning{thesis}{Title page always generated. Option ignored.}}
\DeclareOption{notitlepage}
{\ClassWarning{thesis}{Option 'notitlepage' not available for thesis.}}
\DeclareOption{twocolumn}
{\ClassWarning{thesis}{Option 'twocolumn' not available for thesis.}}
\DeclareOption{landscape}
{\ClassWarning{thesis}{Option 'landscape' not available for thesis.}}
\DeclareOption{onecolumn}
{\ClassWarning{thesis}{Option 'onecolumn' superfluous. Ignored.}}
%%%%%%%%%%% CUSTOM OPTIONS:
% Options for no decimal numbering, or decimal number nested over 3 deep:
\newif\if@AllHeadings
\newif\if@NumberStdHeadings
\newif\if@PerChptrNumbering
\newif\if@emphisbold
\newif\if@boldhead
\newif\if@fixedHeadSz
\newif\if@headSizeTwelvePt
\newif\if@ChapterDefault
\newif\if@SectionDefault
\newif\if@SubSectionDefault
\newif\if@OtherHeadingDefault
\newif\if@centerChapter
\newif\if@centerSection
\newif\if@inlineSubSubSection
\newif\if@numberSubSubSection
\newif\if@chapterCaps
\@AllHeadingsfalse
\@NumberStdHeadingstrue
\@PerChptrNumberingtrue
\@emphisboldtrue
\@boldheadtrue
\@fixedHeadSzfalse
\@centerChaptertrue
\@centerSectionfalse
\@inlineSubSubSectionfalse
\@numberSubSubSectiontrue
\@chapterCapsfalse
\@headSizeTwelvePttrue
\DeclareOption{consecutivenumbering}{ \@PerChptrNumberingfalse }
\DeclareOption{inlineh4}{ \@inlineSubSubSectiontrue }
\DeclareOption{nonumh4}{ \@numberSubSubSectionfalse }
\DeclareOption{centerh1}{ \@centerSectiontrue }
\DeclareOption{chapleft}{ \@centerSectiontrue }
\DeclareOption{chapup}{ \@chapterCapstrue }
\DeclareOption{emph2underline}{ \@emphisboldfalse }
\DeclareOption{plainhead}{ \@boldheadfalse }
\DeclareOption{fixedheadsize}{ \@fixedHeadSztrue }
\DeclareOption{varheadsize}{\@headSizeTwelvePtfalse}% Hidden option. Don't use.
\DeclareOption{numberchapteronly}{
\@PerChptrNumberingfalse\@NumberStdHeadingsfalse\@AllHeadingsfalse
\@centerChaptertrue\@centerSectiontrue
\@inlineSubSubSectiontrue\@numberSubSubSectionfalse }
\DeclareOption{allheadings}{
\@PerChptrNumberingtrue\@NumberStdHeadingstrue\@AllHeadingstrue
\@centerChaptertrue\@centerSectionfalse
\@inlineSubSubSectionfalse\@numberSubSubSectiontrue}
\DeclareOption{typewriterstyle}{ \@emphisboldfalse
\@PerChptrNumberingfalse\@NumberStdHeadingsfalse\@AllHeadingsfalse
\@centerChaptertrue\@centerSectiontrue\@chapterCapstrue
\@inlineSubSubSectiontrue\@numberSubSubSectionfalse
\@boldheadfalse\@fixedHeadSztrue}
\DeclareOption{modernstyle}{ \@emphisboldtrue
\@PerChptrNumberingtrue\@NumberStdHeadingstrue\@AllHeadingsfalse
\@centerChaptertrue\@centerSectionfalse\@chapterCapsfalse
\@inlineSubSubSectiontrue\@numberSubSubSectionfalse
\@boldheadtrue\@fixedHeadSzfalse}
\DeclareOption{defaultstyle}{ \@emphisboldtrue
\@PerChptrNumberingtrue\@NumberStdHeadingstrue\@AllHeadingsfalse
\@centerChaptertrue\@centerSectionfalse\@chapterCapsfalse
\@inlineSubSubSectionfalse\@numberSubSubSectiontrue
\@boldheadtrue\@fixedHeadSzfalse}
% Declare font options
\DeclareOption{Helvetica}{\renewcommand{\rmdefault}{phv}}
\DeclareOption{AvantGarde}{\renewcommand{\rmdefault}{pag}}
\DeclareOption{phd}
{% DEFINE COMMOND FOR: thesistype
\newcommand*{\thesistype}[1]{\th@StoreIn{\th@thesistype}{#1}}
\newcommand*{\th@thesistype}
{Disserta\c{c}\~{a}o para obten\c{c}\~{a}o do Grau de Doutor em}
}
% Now we load the report class with certain options by default. It
% will process any other options specified. Then, we process the
% options for this class file. Lastly, we load in the font option
% file for the given font size.
\ProcessOptions
\LoadClass[a4paper,twoside,onecolumn]{report}
% Other required LaTeX2e packages: if your computer doesn't already
% have these, you can copy them to your own directory (URL above):
\RequirePackage{indentfirst}
\RequirePackage{ifthen}
\RequirePackage[ULforem,normalbf]{ulem}
\RequirePackage{graphicx}
\RequirePackage{epsf}
%\RequirePackage[absolute]{00.textpos} %(retirado) ficheiro está em : https://github.com/FilipeMar/DoctoralThesisIST
\RequirePackage{helvet}
%%%%%% SPECIAL INTERNAL COMMANDS. Needed by later routines.
% Create a command to be used for default arguments.
\newcommand*{\th@DefArg}{aWfdRvV11f66GL00K5}
% Now create a command to check for the default argument, and call the
% command [in the first arg] appropriately. Used for section heading
% commands.
\newcommand{\th@ExecChkOptArg}[3]{
\ifthenelse{\equal{\th@DefArg}{#2}}{
#1{#3}
}{
#1[#2]{#3}}
}
\newcommand{\th@StoreIn}[2]{ \gdef#1{#2} }
\newenvironment{setfont}[1]{\fontsize{#1}{#1}\selectfont}{}
% Define titlepage commands
% DEFINE COMMOND FOR: univlogo -> UNIVERISTY LOGO
\newcommand*{\univlogo}[3]{\th@StoreIn{\th@univlogo}{#3} \th@StoreIn{\th@univlogopsx}{#1} \th@StoreIn{\th@univlogopsy}{#2}}
\newcommand*{\th@univlogo}{
\ClassError{thesis}{
You must specify the university image logo}
{Use the \protect\univlogo{} command in the preamble.}
}
\newcommand*{\th@univlogopsx}{2}
\newcommand*{\th@univlogopsy}{2}
% DEFINE COMMOND FOR: thesislogo -> THESIS LOGO
\newcommand*{\thesislogo}[3]{\th@StoreIn{\th@thesislogo}{#3} \th@StoreIn{\th@thesislogopsx}{#1} \th@StoreIn{\th@thesislogopsy}{#2}}
\newcommand*{\th@thesislogo}{\relax}
\newcommand*{\th@thesislogopsx}{2}
\newcommand*{\th@thesislogopsy}{2}
% DEFINE COMMOND FOR: degree -> DEGREE OF AUTHOR
\newcommand*{\degree}[1]{\th@StoreIn{\th@degree}{#1}}
\newcommand*{\th@degree}{ % command is required
\ClassError{thesis}{
You must specify the degree you are applying}
{Use the \protect\degree{} command in the preamble.}
}
% DEFINE COMMOND FOR: otherdegree -> OTHER DEGREE OF AUTHOR
\newcommand*{\otherdegree}[1]{\th@StoreIn{\th@otherdegree}{#1}}
\newcommand*{\th@otherdegree}{\relax} % command is optional
% DEFINE COMMOND FOR: supervisor -> NAME OF THESIS SCIENTIFIC SUPERVISOR
\newcommand*{\supervisor}[1]{\th@StoreIn{\th@supervisor}{#1}}
\newcommand*{\th@supervisor}{ % command is required
\ClassError{thesis}{
You must specify the scientific supervisor}
{Use the \protect\supervisor{} command in the preamble.}
}
% President of Juri
\newcommand*{\presidentofjury}[1]{\th@StoreIn{\th@presidentofjury}{#1}}
\newcommand*{\th@presidentofjury}{\relax} % command is optional
% Vogal 1
\newcommand*{\vogalone}[1]{\th@StoreIn{\th@vogalofjuryone}{#1}}
\newcommand*{\th@vogalofjuryone}{\relax} % command is optional
% Vogal 2
\newcommand*{\vogaltwo}[1]{\th@StoreIn{\th@vogalofjurytwo}{#1}}
\newcommand*{\th@vogalofjurytwo}{\relax} % command is optional
% Vogal 3
\newcommand*{\vogalthree}[1]{\th@StoreIn{\th@vogalofjurythree}{#1}}
\newcommand*{\th@vogalofjurythree}{\relax} % command is optional
% Vogal 4
\newcommand*{\vogalfour}[1]{\th@StoreIn{\th@vogalofjuryfour}{#1}}
\newcommand*{\th@vogalofjuryfour}{\relax} % command is optional
% Vogal 5
\newcommand*{\vogalfive}[1]{\th@StoreIn{\th@vogalofjuryfive}{#1}}
\newcommand*{\th@vogalofjuryfive}{\relax} % command is optional
% DEFINE COMMAND FOR: finalthesis
\newcommand*{\finalthesis}[1]{\th@StoreIn{\th@finalthesis}{#1}}
\newcommand*{\th@finalthesis}{true}
% DEFINE COMMAND FOR: subtitle
\newcommand*{\subtitle}[1]{\th@StoreIn{\th@subtitle}{#1}}
\newcommand*{\th@subtitle}{\relax} % command is optional
\setlength{\headheight}{14.5pt}
\setlength\oddsidemargin{2cm}
\setlength\evensidemargin{2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% CREATING A TITLE PAGE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\maketitle{
\begin{titlepage}
\baselineskip=24pt
% printing UNIVERSITY LOGO
\textblockorigin{-18pt}{-2pt}
\begin{textblock*}{10cm}(\th@univlogopsx,\th@univlogopsy)
\includegraphics[width=9cm]{\th@univlogo}
\end{textblock*}
% printing THESIS LOGO
\ifthenelse{\equal{\th@thesislogo}{\relax}}{\relax}{
\textblockorigin{-18pt}{-2pt}
\begin{textblock*}{17cm}(\th@thesislogopsx,\th@thesislogopsy)
\centering
\includegraphics{\th@thesislogo}
\end{textblock*}
}
\vspace*{8cm}
{
% printing thesis TITLE
\centering
\begin{setfont}{16}
\bfseries\@title
\end{setfont}
\\
% printing thesis SUB-TITLE (if any)
\ifthenelse{\equal{\th@subtitle}{\relax}}{\relax}{
\centering
\begin{setfont}{14}
\th@subtitle
\end{setfont}
\\
}
\vfill
% printing AUTHOR NAME AND CURRENT DEGREE (IF ANY)
\centering
\begin{setfont}{14}
\bfseries\@author
\end{setfont}
\\
\ifthenelse{\equal{\th@otherdegree}{\relax}}{\relax}{
\centering
\begin{setfont}{12}
(\th@otherdegree)
\end{setfont}
\\
}
\vfill
% printing applying DEGREE
\centering
\begin{setfont}{16}
\th@thesistype\\
\bfseries\th@degree
\end{setfont}
\\
\vfill
% printing JURI
\centering
\begin{setfont}{14}
\renewcommand{\arraystretch}{1.2}
\begin{tabular}{r@{~}l l}
\multicolumn{3}{c}{\bfseries\textbf{J\'uri}} \\
\ifthenelse{\equal{\th@presidentofjury}{\relax}}{\relax}{& Presidente: & \th@presidentofjury \\}
& Orientador: & \th@supervisor \\
\ifthenelse{\equal{\th@vogalofjuryone}{\relax}}{\relax}{& Vogais: & \th@vogalofjuryone \\}
\ifthenelse{\equal{\th@vogalofjurytwo}{\relax}}{\relax}{& & \th@vogalofjurytwo \\}
\ifthenelse{\equal{\th@vogalofjurythree}{\relax}}{\relax}{& & \th@vogalofjurythree \\}
\ifthenelse{\equal{\th@vogalofjuryfour}{\relax}}{\relax}{& & \th@vogalofjuryfour \\}
\ifthenelse{\equal{\th@vogalofjuryfive}{\relax}}{\relax}{& & \th@vogalofjuryfive \\}
\end{tabular}
\end{setfont}
\\
\vfil
% printing DATE
\centering
\begin{setfont}{14}
\bfseries\@date
\end{setfont}
\\
}
\end{titlepage}
\setcounter{footnote}{0}
\global\let\thanks\relax
\global\let\maketitle\relax
\global\let\@thanks\@empty
\global\let\@author\@empty
\global\let\@date\@empty
\global\let\@title\@empty
\global\let\title\relax
\global\let\author\relax
\global\let\date\relax
\global\let\and\relax
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% REDEFINE ABSTRACT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{keywords}{\vspace*{3cm}
{\parindent \z@ \raggedright \normalfont
\hspace*{0\p@}\huge\bfseries Keywords
\par\nobreak
\vspace*{1cm}
}
}
\renewenvironment{abstract}{
\pdfbookmark{Abstract}{Abstract}
\chapter*{Abstract}}
\newenvironment{acknowledgments}{\vspace*{3cm}
{\parindent \z@ \raggedright \normalfont
\hspace*{0\p@}\huge\bfseries Acknowledgments
\par\nobreak
\vspace*{1cm}
}
}
\newenvironment{resumo}{
\pdfbookmark{Resumo}{Resumo}
\chapter*{Resumo}}
\newenvironment{palavraschave}{\vspace*{3cm}
{\parindent \z@ \raggedright \normalfont
\hspace*{0\p@}\huge\bfseries Palavras Chave
\par\nobreak
\vspace*{1cm}
}
}
\RequirePackage{amsmath, amsthm, amssymb}
% \renewenvironment{proof}[1][\proofname]{\par
% \pushQED{\qed}%
% \normalfont \topsep6\p@\@plus6\p@\relax
% \trivlist
% \leftskip20\p@\item[\hskip\labelsep
% \itshape
% #1\@addpunct{.}]\rightskip20\p@\ignorespaces
% }{%
% \popQED\endtrivlist\@endpefalse
% }
\newcommand{\tblc}[1]{\makebox[\linewidth][c]{#1}}
\let\@afterindentfalse\@afterindenttrue
\@afterindenttrue
\endinput
%%
%% End of file `report.cls'.