Merge pull request #16 from Drag-On/master
This commit is contained in:
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
@@ -20,7 +20,7 @@
|
|||||||
{\huge\bfseries \getTitle{}}
|
{\huge\bfseries \getTitle{}}
|
||||||
|
|
||||||
\vspace{10mm}
|
\vspace{10mm}
|
||||||
{\huge\bfseries \getTitleGer{}}
|
{\huge\bfseries \foreignlanguage{ngerman}{\getTitleGer{}}}
|
||||||
|
|
||||||
\vspace{15mm}
|
\vspace{15mm}
|
||||||
\begin{tabular}{l l}
|
\begin{tabular}{l l}
|
||||||
|
|||||||
26
settings.tex
26
settings.tex
@@ -3,7 +3,7 @@
|
|||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[sc]{mathpazo}
|
\usepackage[sc]{mathpazo}
|
||||||
\usepackage[american]{babel}
|
\usepackage[ngerman,american]{babel}
|
||||||
\usepackage[autostyle]{csquotes}
|
\usepackage[autostyle]{csquotes}
|
||||||
\usepackage[%
|
\usepackage[%
|
||||||
backend=biber,
|
backend=biber,
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
maxnames=4,
|
maxnames=4,
|
||||||
minnames=3,
|
minnames=3,
|
||||||
maxbibnames=99,
|
maxbibnames=99,
|
||||||
firstinits,
|
giveninits,
|
||||||
uniquename=init]{biblatex} % TODO: adapt citation style
|
uniquename=init]{biblatex} % TODO: adapt citation style
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{scrhack} % necessary for listings package
|
\usepackage{scrhack} % necessary for listings package
|
||||||
@@ -34,11 +34,27 @@
|
|||||||
% Add table of contents to PDF bookmarks
|
% Add table of contents to PDF bookmarks
|
||||||
\BeforeTOCHead[toc]{{\cleardoublepage\pdfbookmark[0]{\contentsname}{toc}}}
|
\BeforeTOCHead[toc]{{\cleardoublepage\pdfbookmark[0]{\contentsname}{toc}}}
|
||||||
|
|
||||||
|
% Define TUM corporate design colors
|
||||||
|
% Taken from http://portal.mytum.de/corporatedesign/index_print/vorlagen/index_farben
|
||||||
|
\definecolor{TUMBlue}{HTML}{0065BD}
|
||||||
|
\definecolor{TUMSecondaryBlue}{HTML}{005293}
|
||||||
|
\definecolor{TUMSecondaryBlue2}{HTML}{003359}
|
||||||
|
\definecolor{TUMBlack}{HTML}{000000}
|
||||||
|
\definecolor{TUMWhite}{HTML}{FFFFFF}
|
||||||
|
\definecolor{TUMDarkGray}{HTML}{333333}
|
||||||
|
\definecolor{TUMGray}{HTML}{808080}
|
||||||
|
\definecolor{TUMLightGray}{HTML}{CCCCC6}
|
||||||
|
\definecolor{TUMAccentGray}{HTML}{DAD7CB}
|
||||||
|
\definecolor{TUMAccentOrange}{HTML}{E37222}
|
||||||
|
\definecolor{TUMAccentGreen}{HTML}{A2AD00}
|
||||||
|
\definecolor{TUMAccentLightBlue}{HTML}{98C6EA}
|
||||||
|
\definecolor{TUMAccentBlue}{HTML}{64A0C8}
|
||||||
|
|
||||||
% Settings for pgfplots
|
% Settings for pgfplots
|
||||||
\pgfplotsset{compat=newest}
|
\pgfplotsset{compat=newest}
|
||||||
\pgfplotsset{
|
\pgfplotsset{
|
||||||
% For available color names, see http://www.latextemplates.com/svgnames-colors
|
% For available color names, see http://www.latextemplates.com/svgnames-colors
|
||||||
cycle list={CornflowerBlue\\Dandelion\\ForestGreen\\BrickRed\\},
|
cycle list={TUMBlue\\TUMAccentOrange\\TUMAccentGreen\\TUMSecondaryBlue2\\TUMDarkGray\\},
|
||||||
}
|
}
|
||||||
|
|
||||||
% Settings for lstlistings
|
% Settings for lstlistings
|
||||||
@@ -46,6 +62,6 @@
|
|||||||
basicstyle=\ttfamily,
|
basicstyle=\ttfamily,
|
||||||
columns=fullflexible,
|
columns=fullflexible,
|
||||||
autogobble,
|
autogobble,
|
||||||
keywordstyle=\bfseries\color{MediumBlue},
|
keywordstyle=\bfseries\color{TUMBlue},
|
||||||
stringstyle=\color{DarkGreen}
|
stringstyle=\color{TUMAccentGreen}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user