-
Notifications
You must be signed in to change notification settings - Fork 0
/
tudelft-report.cls
519 lines (488 loc) · 19.3 KB
/
tudelft-report.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{tudelft-report}[2013/10/30 v1.1 TU Delft report class]
\newif\if@dutch
\newif\if@english
\DeclareOption{dutch}{\@dutchtrue\@englishfalse}
\DeclareOption{english}{\@dutchfalse\@englishtrue}
\newif\if@nativefonts
\DeclareOption{nativefonts}{\@nativefontstrue}
\newif\if@print
\DeclareOption{print}{\@printtrue}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
\ExecuteOptions{english}
\ProcessOptions\relax
\LoadClass[10pt]{book}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{float}
\usepackage{setspace}
\newcommand{\bibent}{\noindent \hangindent 40pt}
\newenvironment{workscited}{\newpage {\centering Works Cited\\}}{\newpage}
\newenvironment{imagescited}{\newpage {\centering Images Cited\\}}{\newpage}
\newenvironment{tablescited}{\newpage {\centering Tables Cited\\}}{\newpage}
%% English is the default language, but this can be changed to Dutch by
%% specifying the 'dutch' option to the document class.
\if@dutch
\RequirePackage[dutch]{babel}
\else
%% Even for English reports, some sections might be in Dutch, for example on
%% the title page.
\RequirePackage[dutch,english]{babel}
\fi
\RequirePackage[nooneline,footnotesize]{caption}
\RequirePackage{multicol}
\RequirePackage{fancyhdr}
\RequirePackage[flushmargin,hang]{footmisc}
\RequirePackage{ifpdf}
\RequirePackage{ifxetex}
\ifxetex
\RequirePackage[xetex]{geometry}
\RequirePackage[xetex]{graphicx}
\RequirePackage[xetex]{hyperref}
\RequirePackage{fontspec}
\RequirePackage{xltxtra}
\defaultfontfeatures{Ligatures=TeX}
\else
\ifpdf
\RequirePackage[pdftex]{geometry}
\RequirePackage[pdftex]{graphicx}
\RequirePackage[pdftex]{hyperref}
\else
\RequirePackage[dvips]{geometry}
\RequirePackage[dvips]{graphicx}
\RequirePackage[hypertex]{hyperref}
\fi
\fi
\RequirePackage{metalogo}
\RequirePackage[numbers,sort&compress]{natbib}
\RequirePackage{tikz}
\RequirePackage[noindentafter]{titlesec}
\RequirePackage{titletoc}
\RequirePackage[nottoc]{tocbibind}
\RequirePackage{xcolor}
\RequirePackage{xkeyval}
\ifxetex
%% If the document is compiled with XeLaTeX, we load the TU Delft house
%% style fonts: Bookman Old Style (serif) for titles and Tahoma (sans-serif)
%% for text. Even if the nativefonts option was specified, we need these
%% fonts for the cover.
\newfontfamily\tudrmfamily[
Path = fonts/,
Extension = .ttf,
BoldFont = *-Bold,
ItalicFont = *-Italic,
BoldItalicFont = *-BoldItalic
]{BookmanOldStyle}
\newfontfamily\tudsffamily[
Path = fonts/,
Extension = .ttf,
BoldFont = *-Bold,
ItalicFont = *,
ItalicFeatures = FakeSlant,
BoldItalicFont = *-Bold,
BoldItalicFeatures = FakeSlant
]{Tahoma}
\else
%% If the document is not compiled with XeLaTeX, we need to use the native
%% fonts.
\@nativefontstrue
\newcommand*\tudrmfamily{\rmfamily}
\newcommand*\tudsffamily{\sffamily}
\fi
\if@nativefonts
%% The native font is Utopia Regular with Fourier math. We use Latin Modern
%% as a fallback, since Utopia lacks support for sans-serif and monospace.
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{lmodern}
\RequirePackage{fourier}
%% The style for titles is small caps.
\def\titlefont{\rmfamily}
\def\titleshape{\scshape}
\def\titlestyle{\titlefont\titleshape\bfseries}
\if@print
\def\headerstyle{\titlefont\titleshape\bfseries}
\else
\def\headerstyle{\titlefont\titleshape}
\fi
\else
%% Apart from Bookman Old Style and Tahoma, we use Courier New for monospace
%% and Cambria for math.
\RequirePackage{unicode-math}
\setmainfont[
Path = fonts/,
Extension = .ttf,
BoldFont = *-Bold,
ItalicFont = *-Italic,
BoldItalicFont = *-BoldItalic
]{BookmanOldStyle}
\setsansfont[
Path = fonts/,
Extension = .ttf,
BoldFont = *-Bold,
ItalicFont = *,
ItalicFeatures = FakeSlant,
BoldItalicFont = *-Bold,
BoldItalicFeatures = FakeSlant
]{Tahoma}
\setmonofont[
Path = fonts/,
Extension = .ttf,
UprightFont = *MT,
BoldFont = *-BoldMT,
ItalicFont = *-ItalicMT,
BoldItalicFont = *-BoldItalicMT
]{CourierNewPS}
\setmathfont[
Path = fonts/,
Extension = .ttf
]{CambriaMath}
%% The default style for text is Tahoma (sans-serif).
\renewcommand*\familydefault{\sfdefault}
%% The default style for titles is Bookman Old Style (serif).
\def\titlefont{\rmfamily}
\def\titleshape{}
\if@print
\def\titlestyle{\titlefont\titleshape\bfseries}
\else
\def\titlestyle{\titlefont\titleshape}
\fi
\def\headerstyle{\titlestyle}
\fi
%% Define the TU Delft house style colors.
\definecolor{tudelft-cyan}{cmyk}{1,0,0,0}
\definecolor{tudelft-black}{cmyk}{0,0,0,1}
\definecolor{tudelft-white}{cmyk}{0,0,0,0}
\definecolor{tudelft-sea-green}{cmyk}{0.54,0,0.32,0}
\definecolor{tudelft-green}{cmyk}{1,0.15,0.4,0}
\definecolor{tudelft-dark-blue}{cmyk}{1,0.66,0,0.4}
\definecolor{tudelft-purple}{cmyk}{0.98,1,0,0.35}
\definecolor{tudelft-turquoise}{cmyk}{0.82,0,0.21,0.08}
\definecolor{tudelft-sky-blue}{cmyk}{0.45,0,0.06,0.06}
\definecolor{tudelft-lavendel}{cmyk}{0.45,0.2,0,0.07}
\definecolor{tudelft-orange}{cmyk}{0.02,0.56,0.84,0}
\definecolor{TMI-orange}{cmyk}{0,0.7,1,0}
\definecolor{TMI-search-orange}{cmyk}{0,0.56,0.86,0.12}
\definecolor{TMI-mobile-bar}{cmyk}{0,0.41,0.88,0.03}
\definecolor{tudelft-warm-purple}{cmyk}{0.58,1,0,0.02}
\definecolor{tudelft-fuchsia}{cmyk}{0.19,1,0,0.19}
\definecolor{tudelft-bright-green}{cmyk}{0.36,0,1,0}
\definecolor{tudelft-yellow}{cmyk}{0.02,0,0.54,0}
%% Use TU Delft orange as the color for titles, unless the 'print' option is
%% specified.
\if@print
\colorlet{title}{black}
\else
\colorlet{title}{tudelft-cyan}
\fi
%% We use A4 paper with slightly smaller margins than the default (scale = 0.7).
\geometry{a4paper,hscale=0.75,vscale=0.8}
%% Redefine the title command to accept an optional subtitle.
\renewcommand*\title[2][]{%
\def\@subtitle{#1}%
\def\@title{#2}%
%% Add the title to the PDF meta data.
\hypersetup{pdftitle=#2}%
}
%% Redefine the author command to add the name to the PDF meta data.
\renewcommand*\author[1]{%
\def\@author{#1}%
\hypersetup{pdfauthor=#1}%
}
%% The affiliation is shown in the blue box on the front cover.
\newcommand*\affiliation[1]{\def\@affiliation{#1}}
%% The cover command is used to specify the filename of the optional cover
%% image.
\newcommand*\coverimage[1]{\def\@cover@image{#1}}
%% The covertext command can be used to specify the text printed on the back
%% cover. This text is inserted in a minipage environment and can therefore
%% include line breaks.
\newcommand\covertext[1]{\def\@cover@text{#1}}
%% The cover image is scaled to fill the width of the front cover.
\newlength\@cover@imagewidth
%% The width of the spine if a back cover is present.
\newlength\@cover@spinewidth
\setlength\@cover@spinewidth{0.375in}
%% Width and height of the boxes on the front and back cover.
\newlength\@cover@frontboxwidth
\setlength\@cover@frontboxwidth{4.5196in}
\newlength\@cover@frontboxheight
\setlength\@cover@frontboxheight{2.1875in}
\newlength\@cover@fronttextwidth
\newlength\@cover@fronttextheight
\newlength\@cover@backboxwidth
\setlength\@cover@backboxwidth{4.375in}
\newlength\@cover@backboxheight
\setlength\@cover@backboxheight{2.5in}
\newlength\@cover@backtextwidth
\newlength\@cover@backtextheight
%% Position on the front cover where the corner of both boxes meet.
\newlength\@cover@x
\setlength\@cover@x{0.8125in}
\newlength\@cover@y
\setlength\@cover@y{3in}
%% The margin around text boxes.
\newlength\@cover@margin
\setlength\@cover@margin{12pt}
%% Define the options for the makecover command.
\define@boolkey{cover}{back}[true]{}
\define@boolkey{cover}{nospine}[true]{}
\define@boolkey{cover}{frontbottom}[true]{}
\define@key{cover}{spinewidth}{\setlength\@cover@spinewidth{#1}}
\define@key{cover}{frontboxwidth}{\setlength\@cover@frontboxwidth{#1}}
\define@key{cover}{frontboxheight}{\setlength\@cover@frontboxheight{#1}}
\define@key{cover}{backboxwidth}{\setlength\@cover@backboxwidth{#1}}
\define@key{cover}{backboxheight}{\setlength\@cover@backboxheight{#1}}
\define@key{cover}{x}{\setlength\@cover@x{#1}}
\define@key{cover}{y}{\setlength\@cover@y{#1}}
\define@key{cover}{margin}{\setlength\@cover@margin{#1}}
\newcommand*\makecover[1][]{%
\setkeys{cover}{#1}%
%% Create a purple empty page without margins.
\clearpage%
\newgeometry{margin=0pt}%
\pagecolor{tudelft-purple}%
\thispagestyle{empty}%
%% We need the this to perform coordinate calculations in TikZ.
\usetikzlibrary{calc}%
\begin{tikzpicture}[remember picture,overlay]
\ifKV@cover@nospine
\setlength\@cover@spinewidth{0pt}
\fi
%% If a back cover is present, stretch the cover image to extend onto
%% the spine.
\ifKV@cover@back
\setlength\@cover@imagewidth{0.5\paperwidth}
\addtolength\@cover@imagewidth{0.5\@cover@spinewidth}
\else
\setlength\@cover@imagewidth{\paperwidth}
\fi
%% If a cover image was specified, attach it to the top right of the
%% front cover.
\ifx\@cover@image\undefined\else
\node at (current page.north east)[anchor=north east,inner sep=0pt]{
\includegraphics[width=\@cover@imagewidth]{\@cover@image}
};
\fi
%% The 'bies' with the TU Delft logo is inserted on top of the over
%% image. If a back cover is present, insert the appropriate image there
%% as well. To ensure the full bies is visible, we anchor the images to
%% the bottom of the page.
\ifKV@cover@back
\node at (current page.south west)[anchor=south west,inner sep=0pt]{
\includegraphics{cover/back}
};
\node at (current page.south east)[anchor=south east,inner sep=0pt]{
\includegraphics{cover/front}
};
\else
\node at (current page.south west)[anchor=south west,inner sep=0pt]{
\includegraphics{cover/front}
};
\fi
%% Calculate the coordinate of the top left corner of the front cover.
\ifKV@cover@back
\coordinate (top left) at ($(current page.north)+(0.5\@cover@spinewidth,0pt)$);
\else
\coordinate (top left) at (current page.north west);
\fi
\ifKV@cover@back\ifKV@cover@nospine\else
%% If a back cover is present, calculate the coordinates of the
%% spine box.
\coordinate (spine top left) at ($(top left)-(\@cover@spinewidth,0pt)$);
\coordinate (spine bottom right) at ($(top left)+(0pt,-\@cover@y)$);
\ifKV@cover@frontbottom
\coordinate (spine bottom right) at ($(spine bottom right)+(0pt,\@cover@backboxheight)$);
\fi
\coordinate (spine bottom center) at ($(spine bottom right)+(-0.5\@cover@spinewidth,0pt)$);
%% Extend the spine box by 1pt to the left to ensure it completely
%% covers the cover image.
\coordinate (spine top left) at ($(spine top left)-(1pt,0pt)$);
%% Draw a black box on the spine.
\fill[fill=tudelft-black](spine top left) rectangle (spine bottom right);
%% Print the title on the center right of the spine box.
\node at (spine bottom center)[rotate=-90,anchor=east,inner sep=\@cover@margin]{
\tudrmfamily\color{tudelft-white}\LARGE\@title
};
\fi\fi
%% Calculate the coordinate of the corner where the front and back boxes
%% meet.
\coordinate (corner) at ($(top left)+(\@cover@x,-\@cover@y)$);
%% Calculate the top left and bottom right coordinates of the front and
%% back boxes.
\ifKV@cover@frontbottom
\coordinate (front top left) at (corner);
\coordinate (back top left) at ($(corner)+(-\@cover@backboxwidth,\@cover@backboxheight)$);
\else
\coordinate (front top left) at ($(corner)+(0pt,\@cover@frontboxheight)$);
\coordinate (back top left) at ($(corner)+(-\@cover@backboxwidth,0pt)$);
\fi
\coordinate (front bottom right) at ($(front top left)+(\@cover@frontboxwidth,-\@cover@frontboxheight)$);
\coordinate (back bottom right) at ($(back top left)+(\@cover@backboxwidth,-\@cover@backboxheight)$);
%% Draw the front box in black.
\fill[fill=tudelft-black](front top left) rectangle (front bottom right);
%% Calculate the width and height of the front text box.
\setlength\@cover@fronttextwidth{\@cover@frontboxwidth}
\addtolength\@cover@fronttextwidth{-2\@cover@margin}
\setlength\@cover@fronttextheight{\@cover@frontboxheight}
\addtolength\@cover@fronttextheight{-2\@cover@margin}
%% Create the front text box.
\node at (front top left)[anchor=north west,inner sep=\@cover@margin]{
\begin{minipage}[t][\@cover@fronttextheight]{\@cover@fronttextwidth}
%% Print the title and optional subtitle at the top in white.
\tudrmfamily\color{tudelft-white}\Huge\@title
\ifx\@subtitle\undefined\else
\\
\LARGE\@subtitle
\fi
%% Print the author at the bottom in cyan.
\vfill
\color{tudelft-cyan}\LARGE\@author
\end{minipage}
};
%% Draw the back box in cyan.
\fill[fill=tudelft-cyan](back top left) rectangle (back bottom right);
%% Print the affiliation.
\ifx\@affiliation\undefined\else
\node at (back bottom right)[rotate=90,anchor=south west,inner sep=\@cover@margin]{
\tudsffamily\color{tudelft-white}\@affiliation
};
\fi
\ifKV@cover@back\ifx\@cover@text\undefined\else
%% Calculate the width and height of the back text box.
\setlength\@cover@backtextwidth{\@cover@backboxwidth}
\addtolength\@cover@backtextwidth{-2\@cover@margin}
\setlength\@cover@backtextheight{\@cover@backboxheight}
\addtolength\@cover@backtextheight{-2\@cover@margin}
%% Create the back text box.
\node at (back top left)[anchor=north west,inner sep=\@cover@margin]{
\begin{minipage}[t][\@cover@backtextheight]{\@cover@backtextwidth}
\tudsffamily\color{tudelft-white}\@cover@text
\end{minipage}
};
\fi\fi
\end{tikzpicture}%
%% Restore the margins and turn the page white again.
\restoregeometry%
\pagecolor{white}%
}
%% Remove the header and page number on empty pages.
\def\cleardoublepage{%
\clearpage%
\if@twoside%
\ifodd\c@page%
\else%
\thispagestyle{empty}%
\vspace*{\fill}%
\newpage%
\fi%
\fi%
}
%% Page style for title pages.
\fancypagestyle{plain}{%
\fancyhf{}
\renewcommand*\headrulewidth{0pt}
\renewcommand*\footrulewidth{0pt}
\fancyfoot[C]{\titlefont\thepage}
}
%% Fancy style for the main matter.
\fancypagestyle{mainmatter}{%
\fancyhf{}
%% Page numbers on the top left and top right.
\fancyhead[LE,RO]{\titlefont\thepage}
%% Chapter name on the left (even) page.
\fancyhead[RE]{\titlefont\titleshape\nouppercase{\leftmark}}
%% Section name on the right (odd) page.
\fancyhead[LO]{\titlefont\titleshape\nouppercase{\rightmark}}
}
%% The mainmatter style is default for normal pages.
\pagestyle{mainmatter}
%% Print the current chapter and section at the top of the page in cyan.
\renewcommand*\chaptermark[1]{\markboth{\thechapter.\ \color{title}#1}{}}
\renewcommand*\sectionmark[1]{\markright{\thesection.\ \color{title}#1}}
%% The setheader command can be used to print the title of unnumbered chapters
%% in the page header.
\newcommand*\setheader[1]{\markboth{\color{title}#1}{\color{title}#1}}
%% Change the headrule command (from fancyhdr.sty) to draw the line below the
%% header in the title color.
\renewcommand*\headrule{%
\if@fancyplain%
\let\headrulewidth\plainheadrulewidth%
\fi%
{\color{title}\hrule\@height\headrulewidth\@width\headwidth}%
\vskip-\headrulewidth%
}
%% Draw the line above a footnote in the title color as well.
\renewcommand*\footnoterule{%
\vspace*{-3pt}%
{\color{title}\hrule width 0.5\textwidth height 0.4pt}%
\vspace*{2.6pt}%
}
%% A part title starts with a huge (96pt) bold black number, flushed to the
%% right, followed by the part name on the next line in the title color.
\titleformat{\part}[display]
{\flushright\titlestyle}
{\fontsize{96pt}{96pt}\selectfont\bfseries\thepart}
{0pt}
{\Huge\color{title}}
%% Separate the title from the text by two empty lines.
\titlespacing{\part}{0pt}{0pt}{2\baselineskip}
%% In the table of contents, the part name is preceded by an empty line, printed
%% in bold, and not followed by a line of dots.
\dottedcontents{part}[0em]{\vspace{\baselineskip}\titlefont\bfseries}{1.5em}{0pc}
%% Chapter titles have the same layout as parts.
\titleformat{\chapter}[display]
{\flushright\titlestyle}
{\fontsize{96pt}{96pt}\selectfont\bfseries\thechapter}
{0pt}
{\Huge\color{title}}
\titlespacing{\chapter}{0pt}{0pt}{2\baselineskip}
%% In the table of contents, a chapter is similar to a part, except that it is
%% preceded by half an empty line.
\dottedcontents{chapter}[1.5em]{\vspace{0.5\baselineskip}\titlefont\bfseries}{1.5em}{0pc}
%% Section titles start with the number in bold, followed by the name printed
%% in the title color.
\titleformat{\section}
{\Large\headerstyle}
{\bfseries\thesection.\ }
{0pt}
{\color{title}}
%% Sections are preceded by an empty line.
\titlespacing{\section}{0pt}{\baselineskip}{0pt}
%% In the table of contents, section names are followed by a line of dots 8pt
%% apart.
\dottedcontents{section}[3.8em]{\titlefont}{2.3em}{8pt}
%% Subsection titles have the same layout as section titles, except in a smaller
%% font.
\titleformat{\subsection}
{\large\headerstyle}
{\bfseries\thesubsection.\ }
{0pt}
{\color{title}}
\titlespacing{\subsection}{0pt}{\baselineskip}{0pt}
\dottedcontents{subsection}[7em]{\titlefont}{3.2em}{8pt}
%% Subsubsections have the same font and color as sections and subsections, but
%% are not preceded by a number.
\titleformat{\subsubsection}
{\headerstyle}
{}
{0pt}
{\color{title}}
%% Subsubsections are preceded by an empty line and do not appear in the table
%% of contents.
\titlespacing{\subsubsection}{0pt}{\bigskipamount}{0pt}
%% Color the bullets of the itemize environment and make the symbol of the third
%% level a diamond instead of an asterisk.
\renewcommand*\labelitemi{\color{title}\textbullet}
\renewcommand*\labelitemii{\color{title}--}
\renewcommand*\labelitemiii{\color{title}$\diamond$}
\renewcommand*\labelitemiv{\color{title}\textperiodcentered}
%% Use a custom bibliography style based on apsrev4-1.
\bibliographystyle{tudelft-report}
%% Hyperlinks are cyan, except in print mode, when they are all black.
\hypersetup{
colorlinks = true,
citecolor = title,
linkcolor = title,
urlcolor = title
}