forked from bashimao/ltu-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassicthesis-config.tex
More file actions
463 lines (395 loc) · 17.9 KB
/
classicthesis-config.tex
File metadata and controls
463 lines (395 loc) · 17.9 KB
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
% ****************************************************************************************************
% classicthesis-config.tex
% formerly known as loadpackages.sty, classicthesis-ldpkg.sty, and classicthesis-preamble.sty
% Use it at the beginning of your ClassicThesis.tex, or as a LaTeX Preamble
% in your ClassicThesis.{tex,lyx} with \input{classicthesis-config}
% ****************************************************************************************************
% If you like the classicthesis, then I would appreciate a postcard.
% My address can be found in the file ClassicThesis.pdf. A collection
% of the postcards I received so far is available online at
% http://postcards.miede.de
% ****************************************************************************************************
% !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
% This version was modified to comply with the formatting guidelines
% of the Graduate Research School of La Trobe University.
% ~ October 2018 / Matthias Langer (https://github.com/bashimao/ltu-thesis)
% !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
% ****************************************************************************************************
%Warning message supression.
\RequirePackage{silence}
\WarningFilter{scrreprt}{Usage of package `titlesec'}
\WarningFilter{tocloft}{tocloft bailing out}
\WarningFilter{titlesec}{Non standard sectioning command}
% ****************************************************************************************************
% 0. Set the encoding of your files. UTF-8 is the only sensible encoding nowadays. If you can't read
% äöüßáéçèê∂åëæƒÏ€ then change the encoding setting in your editor, not the line below. If your editor
% does not support utf8 use another editor!
% ****************************************************************************************************
\PassOptionsToPackage{utf8}{inputenc}
\usepackage{inputenc}
% ****************************************************************************************************
% 1. Configure classicthesis for your needs here, e.g., remove "drafting" below
% in order to deactivate the time-stamp on the pages
% ****************************************************************************************************
\PassOptionsToPackage{
drafting=true, % print version information on the bottom of the pages
tocaligned=false, % the left column of the toc will be aligned (no indentation)
dottedtoc=true, % page numbers in ToC flushed right
eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino)
linedheaders=false, % chaper headers will have line above and beneath
floatperchapter=true, % numbering per chapter for all floats (i.e., Figure 1.1)
eulermath=false, % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
beramono=true, % toggle a nice monospaced font (w/ bold)
palatino=true, % deactivate standard font for loading another one, see the last section at the end of this file for suggestions
style=classicthesis % classicthesis, arsclassica
}{classicthesis}
% ********************************************************************
% Available options for classicthesis.sty
% (see ClassicThesis.pdf for more information):
% drafting
% parts nochapters linedheaders
% eulerchapternumbers beramono eulermath pdfspacing minionprospacing
% tocaligned dottedtoc manychapters
% listings floatperchapter subfig
% ********************************************************************
% ****************************************************************************************************
% 2. Personal data and user ad-hoc commands
% ****************************************************************************************************
% moved to thesis.tex
% ********************************************************************
% Setup, finetuning, and useful commands
% ********************************************************************
\newcounter{dummy} % necessary for correct hyperlinks (to index, bib, etc.)
\newlength{\abcd} % for ab..z string length calculation
\providecommand{\mLyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\ie}{i.\,e.\ }
\newcommand{\Ie}{I.\,e.\ }
\newcommand{\eg}{e.\,g.\ }
\newcommand{\Eg}{E.\,g.\ }
\newcommand{\fig}[1]{{Fig.~\ref{#1}}}
% ****************************************************************************************************
% ****************************************************************************************************
% 3. Loading some handy packages
% ****************************************************************************************************
% ********************************************************************
% Packages with options that might require adjustments
% ********************************************************************
\PassOptionsToPackage{australian}{babel}
\usepackage{babel}
\usepackage{lineno}
\usepackage{csquotes}
\PassOptionsToPackage{%
backend=biber,
% bibencoding=ascii,
language=auto,
bibstyle=ieee, %
citestyle=numeric-comp, %
sorting=none,
url=false,
maxbibnames=10,backref=true,
backrefstyle=none,
citecounter=false, % count times each it cited
natbib=true,
refsection=chapter
}{biblatex}
\usepackage{biblatex}
% \PassOptionsToPackage{australian}{babel}
% \usepackage{babel}
% \usepackage{csquotes}
% \PassOptionsToPackage{%
% backend=bibtex,
% bibencoding=ascii,
% language=auto,
% bibstyle=chem-acs, %
% citestyle=chem-acs, %
% sorting=none,
% maxbibnames=10,
% natbib=true
% }{biblatex}
% \usepackage{biblatex}
%\PassOptionsToPackage{fleqn}{amsmath} %Align equations to the left % math environments and more by the AMS
\usepackage{amsmath,amsfonts}
% ********************************************************************
% General useful packages
% ********************************************************************
\usepackage{amssymb}
\usepackage{gensymb}
\usepackage{lipsum}
\PassOptionsToPackage{T1}{fontenc} % T2A for cyrillics
\usepackage{fontenc}
\usepackage{textcomp} % fix warning with missing font shapes
\usepackage{scrhack} % fix warnings when using KOMA with listings package
\usepackage{xspace} % to get the spacing after macros right
\usepackage{mparhack} % get marginpar right
%\usepackage[latest]{latexrelease} % will be used once available in more distributions (ISSUE #107)
\usepackage{mfirstuc}
\usepackage{acro}[=v2]
\acsetup{ %Capitalise first letter when specified in text
make-links = true,
format/list=\ecapitalisewords,
list / display = used,
list / heading=none,
list / template = longtable,
% patch/longtable=false,
}
\input{text/acronyms}
\usepackage{afterpage}
% \usepackage{chemmacros}
% \NewChemReaction{multreaction}{multline}
\usepackage[version=4]{mhchem}
\def\bflabel#1{{\acsfont{#1}\hfill}}
\def\aclabelfont#1{\acsfont{#1}}
% ****************************************************************************************************
% ****************************************************************************************************
% 4. Setup floats: tables, (sub)figures, and captions
% ****************************************************************************************************
\usepackage{tabularx} % better tables
\setlength{\extrarowheight}{3pt} % increase table row height
\newcommand{\tableheadline}[1]{\multicolumn{1}{c}{\spacedlowsmallcaps{#1}}}
\newcommand{\myfloatalign}{\centering} % to be used with each float for alignment
\usepackage{makecell}
\usepackage{multirow}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{notoccite} %Removes citations from toc
\usepackage{longtable}%
\usepackage{tablefootnote}
\usepackage{comment}
\usepackage{pdflscape}
%\usepackage[dvipsname]{xcolor} %For printing
\usepackage[svgnames]{xcolor} %For PDF
\usepackage{svg}
\usepackage{colortbl}%
\newcommand{\myrowcolour}{\rowcolor[gray]{0.925}}
\usepackage{booktabs}
\newcommand{\cheading}[2]{\textcolor{Maroon}{\textbf{#1\hfill #2}}}
% Thanks to cgnieder and Claus Lahiri
% http://tex.stackexchange.com/questions/69349/spacedlowsmallcaps-in-caption-label
% [REMOVED DUE TO OTHER PROBLEMS, SEE ISSUE #82]
%\DeclareCaptionLabelFormat{smallcaps}{\bothIfFirst{#1}{~}\MakeTextLowercase{\textsc{#2}}}
%\captionsetup{font=small,labelformat=smallcaps} % format=hang,
\captionsetup{font=small} % format=hang,
%\usepackage{subfig} %Possible Errors when using inconjunction with subcaption
\newcommand*{\figureautorefname}{Fig.}
% ****************************************************************************************************
\usepackage{etoolbox}
\makeatletter
% \newif\if@in@acrolist
% \AtBeginEnvironment{acronym}{\@in@acrolisttrue}
% \newrobustcmd{\LU}[2]{\if@in@acrolist#1\else#2\fi}
% \newcommand{\ACF}[1]{{\@in@acrolisttrue\acf{#1}}}
\makeatother
% ****************************************************************************************************
% 5. Setup code listings
% ****************************************************************************************************
\usepackage{listings}
%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % For special keywords
\lstset{language=[LaTeX]Tex,%C++,
morekeywords={PassOptionsToPackage,selectlanguage},
keywordstyle=\color{RoyalBlue},%\bfseries,
basicstyle=\small\ttfamily,
%identifierstyle=\color{NavyBlue},
commentstyle=\color{Green}\ttfamily,
stringstyle=\rmfamily,
numbers=left,
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
%frameround=ftff,
%frame=single,
belowcaptionskip=.75\baselineskip
%frame=L
}
% ****************************************************************************************************
% ****************************************************************************************************
% 6. PDFLaTeX, hyperreferences and citation backreferences
% ****************************************************************************************************
% ********************************************************************
% Using PDFLaTeX
% ********************************************************************
\PassOptionsToPackage{pdftex,hyperfootnotes=false,pdfpagelabels}{hyperref}
\usepackage{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9
\pdfadjustspacing=1
\PassOptionsToPackage{pdftex}{graphicx}
\usepackage{graphicx}
% ********************************************************************
% Hyperreferences
% ********************************************************************
\hypersetup{breaklinks=true}
\hypersetup{linktocpage=true}
\hypersetup{colorlinks=true}
\hypersetup{urlcolor=webbrown}
\hypersetup{linkcolor=RoyalBlue}
\hypersetup{citecolor=webgreen}
\hypersetup{pageanchor=true}
\hypersetup{plainpages=false}
%\hypersetup{bookmarksnumbered=true}
%\hypersetup{bookmarksopen=true}
%\hypersetup{bookmarksopenlevel=true}
%hypertexnames=true, nesting=true, frenchlinks
\hypersetup{pdfstartpage=3}
\hypersetup{pdfstartview=FitV}
\hypersetup{pdfpagemode=UseNone}
\hypersetup{pageanchor=true}
\hypersetup{pdfpagemode=UseOutlines}
\hypersetup{pdftitle={\myTitle}}
\hypersetup{pdfauthor={\textcopyright\ \myFirstName\ \myLastName, \myUni, \myFaculty}}
\hypersetup{pdfsubject={}}
\hypersetup{pdfkeywords={}}
\hypersetup{pdfhighlight=/O}
\usepackage{cleveref}
\usepackage{refcheck}
\norefnames
\makeatletter
\newcommand{\refcheckize}[1]{%
\expandafter\let\csname @@\string#1\endcsname#1%
\expandafter\DeclareRobustCommand\csname relax\string#1\endcsname[1]{%
\csname @@\string#1\endcsname{##1}\@for\@temp:=##1\do{\wrtusdrf{\@temp}\wrtusdrf{{\@temp}}}}%
\expandafter\let\expandafter#1\csname relax\string#1\endcsname
}
\newcommand{\refcheckizetwo}[1]{%
\expandafter\let\csname @@\string#1\endcsname#1%
\expandafter\DeclareRobustCommand\csname relax\string#1\endcsname[2]{%
\csname @@\string#1\endcsname{##1}{##2}\wrtusdrf{##1}\wrtusdrf{{##1}}\wrtusdrf{##2}\wrtusdrf{{##2}}}%
\expandafter\let\expandafter#1\csname relax\string#1\endcsname
}
\makeatother
\refcheckize{\cref}
\refcheckize{\Cref}
\refcheckizetwo{\crefrange}
\refcheckizetwo{\Crefrange}
\crefname{section}{\S}{\S}
\Crefname{section}{\S}{\S}
\Crefname{equation}{Eq.}{Eqs.}
\Crefname{figure}{Fig.}{Figs.}
\Crefname{tabular}{Tab.}{Tabs.}
%********************************************************
%Removes link color for printing by uncommenting, remember to change xcolor to cmyk for officeworks printing
%********************************************************
% \hypersetup{hidelinks} %Removes link colours?
% ********************************************************************
% Setup autoreferences
% ********************************************************************
% There are some issues regarding autorefnames
% http://www.ureader.de/msg/136221647.aspx
% http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
% you have to redefine the makros for the
% language you use, e.g., australian, ngerman
% (as chosen when loading babel/AtBeginDocument)
% ********************************************************************
\makeatletter
\@ifpackageloaded{babel}%
{%
\addto\extrasaustralian{%
\renewcommand*{\figureautorefname}{Fig.}%
\renewcommand*{\equationautorefname}{Eqn.}%
\renewcommand*{\tableautorefname}{Table}%
\renewcommand*{\partautorefname}{Part}%
\renewcommand*{\chapterautorefname}{Chapter}%
\renewcommand*{\sectionautorefname}{\S}%
\renewcommand*{\subsectionautorefname}{\S}%
\renewcommand*{\subsubsectionautorefname}{\S}%
}%
\addto\extrasngerman{%
\renewcommand*{\paragraphautorefname}{Absatz}%
\renewcommand*{\subparagraphautorefname}{Unterabsatz}%
\renewcommand*{\footnoteautorefname}{Fu\"snote}%
\renewcommand*{\FancyVerbLineautorefname}{Zeile}%
\renewcommand*{\theoremautorefname}{Theorem}%
\renewcommand*{\appendixautorefname}{Anhang}%
\renewcommand*{\equationautorefname}{Gleichung}%
\renewcommand*{\itemautorefname}{Punkt}%
}%
% Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
\providecommand{\subfigureautorefname}{\figureautorefname}%
}{\relax}
\makeatother
% ****************************************************************************************************
% 7. Last calls before the bar closes
% ****************************************************************************************************
% ********************************************************************
% Development Stuff
% ********************************************************************
%\listfiles
%\PassOptionsToPackage{l2tabu,orthodox,abort}{nag}
% \usepackage{nag}
%\PassOptionsToPackage{warning, all}{onlyamsmath}
% \usepackage{onlyamsmath}
% ********************************************************************
% Last, but not least...
% ********************************************************************
\usepackage{classicthesis}
% ****************************************************************************************************
% ****************************************************************************************************
% 8. Further adjustments (experimental)
% ****************************************************************************************************
% ********************************************************************
% Changing the text area
% ********************************************************************
%\linespread{1.05} % a bit more for Palatino
%\areaset[current]{312pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip
%\setlength{\marginparwidth}{7em}%
%\setlength{\marginparsep}{2em}%
% ********************************************************************
% Using different fonts
% ********************************************************************
%\usepackage[oldstylenums]{kpfonts} % oldstyle notextcomp
%\usepackage[osf]{libertine}
%\usepackage[light,condensed,math]{iwona}
%\renewcommand{\sfdefault}{iwona}
%\usepackage{lmodern} % <-- no osf support :-(
%\usepackage{cfr-lm} %
%\usepackage[urw-garamond]{mathdesign} <-- no osf support :-(
%\usepackage[default,osfigures]{opensans} % scale=0.95
%\usepackage[sfdefault]{FiraSans}
% ****************************************************************************************************
% ****************************************************************************************************
% 9. LTU Extensions
% ****************************************************************************************************
\usepackage{colortbl}
\usepackage{setspace}
\usepackage{fp}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\pgfplotsset{compat=newest}
\usepackage[separate-uncertainty = true,multi-part-units=single]{siunitx}
\DeclareSIUnit\photon{\text{photon}}
\DeclareSIUnit\photons{\text{photons}}
\DeclareSIUnit\sccm{\text{sccm}}
\DeclareSIUnit\torr{\text{Torr}}
\DeclareSIUnit\rpm{\text{RPM}}
\DeclareSIUnit\atoms{\text{atoms}}
\DeclareSIUnit\ppm{\text{ppm}}
\usepackage{threeparttable}
\sisetup{separate-uncertainty}
\usepackage[shortcuts]{extdash}
%\usepackage{epigraph}
\usepackage{tikz-timing}[2011/01/09]
\usetikzlibrary{arrows, backgrounds, patterns, shapes}
\usepackage{arydshln}
\usepackage{algorithm}
\usepackage{algorithmic}
\newcommand{\algorithmautorefname}{Algorithm}
\renewcommand{\lstlistlistingname}{List of Listings}
\DeclareMathOperator*{\argmin}{argmin}
\DeclareMathOperator*{\argmax}{argmax}
\renewcommand{\rmdefault}{pnc}
\renewcommand{\rmdefault}{pplx}
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}m{#1}}
\newcolumntype{C}[1]{>{\centering\arraybackslash}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}m{#1}}
\numberwithin{equation}{chapter}
\numberwithin{figure}{chapter}
\numberwithin{table}{chapter}
\numberwithin{algorithm}{chapter}
\sloppy
\renewcommand{\bibfont}{\footnotesize}
\newcommand{\hinttext}[1]{\textcolor{Gray!70!Red}{#1}}
\renewcommand{\topfraction}{.8}
\renewcommand{\floatpagefraction}{.8}% %reduces the odd a float gets its own page unless it takes up 80% of space
\hyphenation{Vertical}