This repository was archived by the owner on Dec 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
FILE := main
2
2
OUT := build
3
3
4
+ .PHONY : pdf
4
5
pdf :
5
- # Also see .latexmkrc
6
- latexmk -outdir=$(OUT ) -pdf $(FILE )
6
+ latexmk -interaction=nonstopmode -outdir=$(OUT ) -pdf -halt-on-error $(FILE )
7
7
8
+ .PHONY : watch
9
+ watch :
10
+ latexmk -interaction=nonstopmode -outdir=$(OUT ) -pdf -pvc -halt-on-error $(FILE )
11
+
12
+ .PHONY : clean
8
13
clean :
9
14
rm -rf $(filter-out $(OUT ) /$(FILE ) .pdf, $(wildcard $(OUT ) /* ) )
10
15
16
+ .PHONY : purge
11
17
purge :
12
18
rm -rf $(OUT )
13
-
14
- .PHONY : latexmk clean purge
Original file line number Diff line number Diff line change 31
31
{\LARGE \getAuthor {}}
32
32
33
33
\IfFileExists {logos/faculty.pdf}{%
34
- \vspace {20mm }
34
+ \vfill { }
35
35
\includegraphics [height=20mm]{logos/faculty.pdf}
36
36
}{}
37
37
\end {titlepage }
Original file line number Diff line number Diff line change 24
24
25
25
\vspace {15mm}
26
26
\begin {tabular }{l l}
27
- Author: & \getAuthor {} \\
28
- Supervisor: & \getSupervisor {} \\
29
- Advisor: & \getAdvisor {} \\
27
+ Author: & \getAuthor {} \\
28
+ Supervisor: & \getSupervisor {} \\
29
+ Advisor: & \getAdvisor {} \\
30
30
Submission Date: & \getSubmissionDate {} \\
31
31
\end {tabular }
32
32
Original file line number Diff line number Diff line change 26
26
\usepackage {caption }
27
27
\usepackage [hidelinks ]{hyperref } % hidelinks removes colored boxes around references and links
28
28
29
-
30
29
\bibliography {bibliography}
31
30
32
31
\setkomafont {disposition}{\normalfont\bfseries } % use serif font for headings
33
32
\linespread {1.05} % adjust line spread for mathpazo font
34
33
34
+ % Add table of contents to PDF bookmarks
35
+ \BeforeTOCHead [toc]{{\cleardoublepage\pdfbookmark [0]{\contentsname }{toc}}}
36
+
35
37
% Define TUM corporate design colors
36
38
% Taken from http://portal.mytum.de/corporatedesign/index_print/vorlagen/index_farben
37
39
\definecolor {TUMBlue}{HTML}{0065BD}
49
51
\definecolor {TUMAccentBlue}{HTML}{64A0C8}
50
52
51
53
% Settings for pgfplots
52
- \pgfplotsset {compat=1.9} % TODO: adjust to your installed version
54
+ \pgfplotsset {compat=newest}
53
55
\pgfplotsset {
54
56
% For available color names, see http://www.latextemplates.com/svgnames-colors
55
57
cycle list={TUMBlue\\ TUMAccentOrange\\ TUMAccentGreen\\ TUMSecondaryBlue2\\ TUMDarkGray\\ },
You can’t perform that action at this time.
0 commit comments