Files
tum-thesis-latex/settings/settings.tex
Florian Walch c8db6e56c4 Initial commit.
2014-03-26 12:06:16 +01:00

25 lines
808 B
TeX

\bibliography{bibliography/literature}
\setkomafont{disposition}{\normalfont\bfseries} % use serif font for headings
\linespread{1.05} % adjust line spread for mathpazo font
% Settings for glossaries TODO: remove the following block if glossary not needed
\renewcommand{\glsnamefont}[1]{\normalfont\bfseries #1} % use serif font for glossary entry titles
\makeglossaries{}
% Settings for pgfplots
\pgfplotsset{compat=1.9} % TODO: adjust to your installed version
\pgfplotsset{
% For available color names, see http://www.latextemplates.com/svgnames-colors
cycle list={CornflowerBlue\\Dandelion\\ForestGreen\\BrickRed\\},
}
% Settings for lstlistings
\lstset{%
basicstyle=\ttfamily,
columns=fullflexible,
autogobble,
keywordstyle=\bfseries\color{MediumBlue},
stringstyle=\color{DarkGreen}
}