-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcslabthesis.cls
498 lines (440 loc) · 15.4 KB
/
cslabthesis.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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
%
% cslabthesis.cls
%
% Class file for theses of the Computing Systems Laboratory, School of ECE,
% NTUA, Greece.
%
% Copyright (C) 2012-2013, Computing Systems Laboratory (CSLab), NTUA.
% Copyright (C) 2012-2013, Vasileios Karakasis
%
% All rights reserved
%
\makeatletter
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{cslabthesis}
\newcommand\doc@lang{}
\newcommand\doc@type{}
\DeclareOption{english}{\renewcommand\doc@lang{en}}
\DeclareOption{greek}{\renewcommand\doc@lang{gr}}
\DeclareOption{phdthesis}{\renewcommand\doc@type{phdthesis}}
\DeclareOption{diploma}{\renewcommand\doc@type{diploma}}
% Default options
\ExecuteOptions{english,phdthesis}
\ProcessOptions
\LoadClass[11pt,a4paper,twoside,final,showtrims]{memoir}
\RequirePackage{amsmath}
\RequirePackage{amsfonts}
\RequirePackage{calc}
\RequirePackage{mathspec} % Also includes fontspec
\RequirePackage{xunicode}
\RequirePackage{xltxtra}
\RequirePackage{polyglossia}
\RequirePackage{ifthen}
\RequirePackage{graphicx}
\RequirePackage[
labelfont={sf,bf},
format=hang,
singlelinecheck,
textfont=small,
compatibility=false,
]{caption}
% Use subfig to setup the fonts
\RequirePackage[
justification=raggedright,
]{subfig}
\RequirePackage{textcase}
\RequirePackage{multirow}
\RequirePackage[square,semicolon]{natbib}
\RequirePackage{xkeyval}
\RequirePackage[bookmarks]{hyperref}
% Set the default fonts
\setmainfont[Mapping=tex-text]{Minion Pro}
% Adjust the secondary fonts to have the same lowercase height
\setsansfont[Mapping=tex-text,Scale=0.9029]{Myriad Pro}
% Quick fix for bug in polyglossia for greek support
% See also: https://github.com/fc7/polyglossia/issues/4
\ifthenelse{\equal{\doc@lang}{gr}}{
\newfontfamily\greekfont[Script=Greek,Mapping=tex-text]{Minion Pro}
}{}
% Set up the math environment
\setmathsfont(Digits,Latin,Greek){Minion Pro}
\setmathrm{Minion Pro}
%
% Fix punctuation marks in formulas -- mathspec bug
%
% Fix found here: http://tex.stackexchange.com/questions/38711/punctuation-marks-in-math-mode-in-xetex-mathspec
%
\DeclareMathSymbol{,}{\mathpunct}{\eu@LatinLowercase@symfont}{`,}
\DeclareMathSymbol{.}{\mathord}{\eu@LatinLowercase@symfont}{`.}
\DeclareMathSymbol{<}{\mathrel}{\eu@LatinLowercase@symfont}{`<}
\DeclareMathSymbol{>}{\mathrel}{\eu@LatinLowercase@symfont}{`>}
\DeclareMathSymbol{/}{\mathord}{\eu@LatinLowercase@symfont}{`/}
\XeTeXDeclareMathSymbol{^^^^2026}{\mathinner}{\eu@LatinLowercase@symfont}{"2026}[\mathellipsis]
\providecommand\theauthorgen{\theauthor}
\providecommand\theauthortitle{}
\providecommand\theinstitution{}
\providecommand\theschool{}
\providecommand\thedivision{}
\providecommand\theexamsday{}
\providecommand\theexamsmonth{}
\providecommand\theexamsyear{}
\providecommand\authorgen[1]{\renewcommand\theauthorgen{#1}}
\providecommand\authortitle[1]{\renewcommand\theauthortitle{#1}}
\providecommand\institution[1]{\renewcommand\theinstitution{#1}}
\providecommand\school[1]{\renewcommand\theschool{#1}}
\providecommand\division[1]{\renewcommand\thedivision{#1}}
\providecommand\examsdate[3]{
\renewcommand\theexamsday{#1\xspace}
\renewcommand\theexamsmonth{#2\xspace}
\renewcommand\theexamsyear{#3\xspace}
}
\providecommand\documentdescr{}
\providecommand\copyrightnotice{}
\newcommand\th@advisorytext{}
\newcommand\th@examiningtext{}
\newcommand\th@authordrtitle{}
\newcommand\th@signatureplaceholder{\rule{5em}{.4pt}}
% Set the document description
\ifthenelse{\equal{\doc@type}{phdthesis}}{
\ifthenelse{\equal{\doc@lang}{gr}}{
\renewcommand\documentdescr{Διδακτορική Διατριβή}
\renewcommand\th@advisorytext{Συμβουλευτική Επιτροπή\xspace}
\renewcommand\th@examiningtext{Εγκρίθηκε από την επταμελή επιτροπή\xspace}
\renewcommand\th@authordrtitle{Διδάκτωρ Εθνικού Μετσοβίου Πολυτεχνείου\xspace}
}{
\renewcommand\documentdescr{Ph.D.\ Thesis}
\renewcommand\th@advisorytext{Advisory Committee\xspace}
\renewcommand\th@examiningtext{Approved by the examining committee\xspace}
\renewcommand\th@authordrtitle{Ph.D., National Technical University of Athens, Greece\xspace}
}
}{}
\ifthenelse{\equal{\doc@type}{diploma}}{
\ifthenelse{\equal{\doc@lang}{gr}}{
\renewcommand\documentdescr{Διπλωματική εργασία}
\renewcommand\th@advisorytext{Επιβλέπων καθηγητής\xspace}
\renewcommand\th@examiningtext{Εγκρίθηκε από την τριμελή επιτροπή\xspace}
\renewcommand\th@authordrtitle{Διπλωματούχος Εθνικού Μετσοβίου Πολυτεχνείου\xspace}
}{
\renewcommand\documentdescr{Diploma Thesis}
\renewcommand\th@advisorytext{Supervisor\xspace}
\renewcommand\th@examiningtext{Approved by the examining committee\xspace}
\renewcommand\th@authordrtitle{Dipl.-Ing., National Technical University of Athens, Greece\xspace}
}
}{}
% Set the document's default language
\ifthenelse{\equal{\doc@lang}{gr}}{
\setmainlanguage{greek}
\setotherlanguages{english}
}{
\setmainlanguage{english}
\setotherlanguages{greek}
}
% Set the copyright notice text (currently only in greek)
\renewcommand\copyrightnotice{
\textgreek{
\small
\noindent
Copyright \textcopyright\ \theauthor, \theexamsyear.\\
Με επιφύλαξη παντός δικαιώματος. All rights reserved\\
\par\noindent
Απαγορεύεται η αντιγραφή, αποθήκευση και διανομή της παρούσας εργασίας, εξ
ολοκλήρου ή τμήματος αυτής, για εμπορικό σκοπό. Επιτρέπεται η ανατύπωση,
αποθήκευση και διανομή για σκοπό μη κερδοσκοπικό, εκπαιδευτικής ή
ερευνητικής φύσης, υπό την προϋπόθεση να αναφέρεται η πηγή προέλευσης και να
διατηρείται το παρόν μήνυμα. Ερωτήματα που αφορούν τη χρήση της εργασίας για
κερδοσκοπικό σκοπό πρέπει να απευθύνονται προς τον συγγραφέα.\\
\par\noindent
\ifthenelse{\equal{\doc@type}{phdthesis}}
{
Η έγκριση της διδακτορικής διατριβής από την Ανώτατη Σχολή των
Ηλεκτρολόγων Μηχανικών και Μηχανικών Υπολογιστών του Ε.\ Μ.\ Πολυτεχνείου
δεν υποδηλώνει αποδοχή των γνωμών του συγγραφέα (Ν.\ 5343/1932, άρθρο
202). Οι απόψεις και τα συμπεράσματα που περιέχονται σε αυτό το έγγραφο
εκφράζουν τον συγγραφέα και δεν πρέπει να ερμηνευθεί ότι αντιπροσωπεύουν
τις επίσημες θέσεις του Εθνικού Μετσοβίου Πολυτεχνείου.
}{
Οι απόψεις και τα συμπεράσματα που περιέχονται σε αυτό το έγγραφο
εκφράζουν τον συγγραφέα και δεν πρέπει να ερμηνευθεί ότι αντιπροσωπεύουν
τις επίσημες θέσεις του Εθνικού Μετσοβίου Πολυτεχνείου.
}
}
}
% Title pages
\providecommand\titlepage{
\thispagestyle{empty}
\begin{adjustwidth*}{}{-\titleadjust}
\begin{center}
{ \includegraphics[width=5em]{ntua_logo} } \\
{ \Large\bfseries\theinstitution } \\
{ \theschool } \\
{ \thedivision } \\
\vfill
{ \LARGE\bfseries\thetitle } \\
\vspace{3\baselineskip}
{\LARGE\documentdescr}
\vfill
{\Large \theauthorgen } \\
\ifthenelse{\equal{\doc@type}{phdthesis}}{
\vspace{.5\baselineskip}
\emph{\theauthortitle}
}{}
\vfill
\thedate
\end{center}
\end{adjustwidth*}
}
\providecommand\approvalpage{
\thispagestyle{empty}
\begin{adjustwidth*}{}{-\titleadjust}
\begin{minipage}{5em}
\includegraphics[width=5em]{ntua_logo}
\end{minipage}
\begin{tabular}{l}
\bfseries\large \theinstitution \\
\large\theschool \\
\large\thedivision
\end{tabular}
\vfill
\begin{center}
{ \Large\bfseries \thetitle } \\
\vspace{1.5\baselineskip}
{ \Large \documentdescr } \\
\vspace{1.5\baselineskip}
{ \large \theauthorgen } \\
\ifthenelse{\equal{\doc@type}{phdthesis}}{
\vspace{.5\baselineskip}
\emph{\theauthortitle}
}{}
\end{center}
\vspace{1.5\baselineskip}
\par\noindent
\begin{tabular}{ll}
{\bfseries\th@advisorytext:} & \committee@a \\
\ifthenelse{\equal{\doc@type}{phdthesis}}{
% the following rows are only valid for Ph.D. theses
& \committee@b \\
& \committee@c \\
}{}
\end{tabular}
\vfill
\par\noindent
\ifthenelse{\equal{\doc@lang}{gr}}{
\th@examiningtext την \theexamsday \theexamsmonth \theexamsyear.
}{
\th@examiningtext on \theexamsmonth \theexamsday, \theexamsyear.
}
\vfill
\begin{tabular}{lll}
% New committee row
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@a \\
\committeepos@a
\end{tabular} &
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@b \\
\committeepos@b
\end{tabular} &
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@c \\
\committeepos@c
\end{tabular} \\ [3.5em]
\ifthenelse{\equal{\doc@type}{phdthesis}}{
% The following rows are only valid for Ph.D. theses
% New committee row
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@d \\
\committeepos@d
\end{tabular} &
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@e \\
\committeepos@e
\end{tabular} &
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@f \\
\committeepos@f
\end{tabular} \\ [3.5em]
% New committee row
&
\begin{tabular}[c]{ll}
\th@signatureplaceholder \\
\committee@g \\
\committeepos@g
\end{tabular} &
\\
}{}
\end{tabular}
\vfill
\begin{center}
\thedate
\end{center}
\end{adjustwidth*}
\clearpage
~\vfill
\begin{adjustwidth*}{}{-\titleadjust}
\begin{tabular}{lll}
\th@signatureplaceholder \\
\theauthor \\
\th@authordrtitle
\end{tabular}
\vfill
\copyrightnotice
\end{adjustwidth*}
}
% Committee members
\newcounter{nmemb}
\providecommand\committeememb[2]{
\stepcounter{nmemb}
\@namedef{committee@\alph{nmemb}}{#1}
\@namedef{committeepos@\alph{nmemb}}{#2}
}
% Setup the title
% Add a hook for setting up the author and title in pdf properties
\renewcommand\maketitlehookd{
\hypersetup{
pdfauthor = \theauthor,
pdftitle = \thetitle,
}
}
\renewcommand\maketitle{
\begin{titlingpage}
\titlepage
\maketitlehookd
\cleardoublepage
\approvalpage
\end{titlingpage}
}
% Abstract formatting
\renewcommand\abstractnamefont{\Large\bfseries}
\renewcommand\abstracttextfont{\normalfont}
\renewcommand\abstitleskip{\baselineskip}
% Keyword environment and related stuff
\ifthenelse{\equal{\doc@lang}{gr}}{
\providecommand\KeywordName{Λέξεις Κλειδιά}
}{
\providecommand\KeywordName{Keywords}
}
\providecommand\KeywordFont{\bfseries}
\providecommand\KeywordTitleDelim{: }
\providecommand\KeywordTextFont{\normalfont}
\providecommand\KeywordBeforeSkip{\vspace{\baselineskip}}
\providecommand\KeywordAfterSkip{\vspace{\parskip}}
\newenvironment{Keywords}{\KeywordBeforeSkip{\KeywordFont\KeywordName\KeywordTitleDelim}\KeywordTextFont}{\KeywordAfterSkip\normalfont\par}
% Indexing commands and term formatting
\newcommand\term@font{\em}
\providecommand\TermFont[1]{\renewcommand\term@font{#1}}
% Simple term (not included in the index)
\providecommand\Term[1]{{\term@font #1}}
%
% Usage: \IndexedTerm[index text]{term}
%
\providecommand\IndexedTerm[2][]{%
\ifthenelse{\equal{#1}{}}{%
#2\index{#2}%
}{%
#2\index{#1}%
}%
}
%
% Usage: \IndexedSubterm{sub}{main}
% \IndexedSubsubterm{subsub}{sub}{main}
%
\providecommand\IndexedSubterm[2]{\IndexedTerm[#2!#1]{#1}}
\providecommand\IndexedSubsubterm[3]{\IndexedTerm[#3!#2!#1]{#1}}
% Apply visual formatting to the terms
\providecommand\IndexedTermEmph[2][]{{\term@font\IndexedTerm[#1]{#2}}}
\providecommand\IndexedSubtermEmph[2]{{\term@font\IndexedSubterm{#1}{#2}}}
\providecommand\IndexedSubsubtermEmph[3]{{\term@font\IndexedSubsubterm{#1}{#2}{#3}}}
\ifthenelse{\equal{\doc@lang}{gr}}{
\renewcommand*\seename{βλ.\ }
}{}
% Page layout
\stockaiv
\pageaiv
%% \stockbv
%% \pagebv
\quarkmarks
\settrimmedsize{\paperheight}{\paperwidth}{*}
\setlength\trimtop{.5\stockheight-.5\paperheight}
\setlength\trimedge{.5\stockwidth-.5\paperwidth}
\settrims{\trimtop}{\trimedge}
% Adjust the text width of the title pages
\newlength\titleadjust
\setlength\titleadjust{\paperwidth-\textwidth-2\spinemargin}
%
% The text width depends on the type size. Follow the typographic instructions
% (Table 2.2) in the manual of the memoir class for computing the text block
% width. Please avoid lines larger than 80 characters on average.
%
% The following text width corresponds to 78 characters of Adobe Minion Pro at
% 11pt. Be sure to adjust this, if you change your font or type size. We have
% adjusted experimentally the line width computed in Table 2.2
%
\settypeblocksize{40\baselineskip}{339pt}{*}
\setlrmargins{*}{*}{1.414}
\setulmargins{*}{*}{1}
\setlength\headsep{2\baselineskip}
\setlength\footskip{3.5\baselineskip}
\checkandfixthelayout
% Document styling
\chapterstyle{ell}
\pagestyle{Ruled}
\aliaspagestyle{titlingpage}{empty}
\setsecnumdepth{subsection}
\settocdepth{subsection}
\setlength\parskip{0pt}
% Some fine-tuning of the header styles
\setsecheadstyle{\Large\bfseries\sffamily}
\setsubsecheadstyle{\large\bfseries\sffamily}
\setsubsubsecheadstyle{\large\bfseries\sffamily}
\setparaheadstyle{\bfseries\sffamily}
\setbeforeparaskip{\baselineskip}
% Setup some float parameters
\setlength\floatsep{1em}
\setlength\textfloatsep{\baselineskip}
% Caption support for continued floats
\ifthenelse{\equal{\doc@lang}{gr}}{
\DeclareCaptionLabelFormat{continued}{#1~#2 (συνέχεια)}
}{
\DeclareCaptionLabelFormat{continued}{#1~#2 (Cont.)}
}
\captionsetup[ContinuedFloat]{labelformat=continued}
% Special setup for subfigure captions in greek
\ifthenelse{\equal{\doc@lang}{gr}}{
\renewcommand\thesubfigure{\roman{subfigure}}
}{}
% Footnote setup
\setlength\footmarkwidth{-1ex}
\setlength\footmarksep{1ex}
%
% Extra space for large floats. Use with the adjustwidth environment.
%
\providecommand\FloatExtraWidth{.1\textwidth}
% Lists and enumerations
\firmlists
\setlength\leftmargin{\parindent}
% Other style commands
\urlstyle{sf}
% Bibliography style
\ifthenelse{\equal{\doc@lang}{gr}}{
\bibliographystyle{plainnat_gr}
}{
\bibliographystyle{plainnat}
}
\ifthenelse{\equal{\doc@lang}{gr}}{
\renewcommand{\cite}[2][]{\textenglish{\citep[#1]{#2}}}
}{
\renewcommand{\cite}[2][]{\citep[#1]{#2}}
}
% Setup hyperref
\hypersetup{
pdfsubject = {\documentdescr},
pdfdisplaydoctitle,
pdfborder = false,
}
\makeatother