Skip to content
Snippets Groups Projects
Commit f6c7d58c authored by Jan Wille's avatar Jan Wille
Browse files

Merge branch 'development'

parents bbc06fdf e63fad60
No related branches found
Tags
No related merge requests found
......@@ -75,6 +75,7 @@
\RequirePackage{babel} % required for german names
\RequirePackage{hyperref} % references and lists are clikable
\RequirePackage{bookmark} % generat bookmarkes
\RequirePackage{amsmath} % a lot of nice Math
\RequirePackage{scrlayer-scrpage} % required for header and footer
\RequirePackage{scrhack} % compatability with listings
\RequirePackage{csquotes} % quotations
......
......@@ -68,6 +68,7 @@
\RequirePackage{lmodern} % font
\RequirePackage{graphicx} % required for importing images
\RequirePackage{babel} % required for german names
\RequirePackage{amsmath} % a lot of nice Math
\if@german\RequirePackage{ziffer}\fi % german dezimal numbers
% typesetting indexes upright or standart
......
......@@ -3,7 +3,7 @@
\ifx\KOMAScriptVersion\undefined\else % check if KOMA is used
\g@addto@macro\@floatboxreset\centering % center all floats
\setcapwidth[c]{0.8\textwidth} % center all captions
%\setcapwidth[c]{0.8\textwidth} % leftalign all captions
%\setcapwidth[l]{0.8\textwidth} % leftalign all captions
\fi
\@ifpackageloaded{biblatex}{
\ExecuteBibliographyOptions{
......@@ -31,7 +31,7 @@
keywordstyle=\color{red},
stringstyle=\color{blue},
showstringspaces=false,
basicstyle=\footnotesize,
basicstyle=\ttfamily,
tabsize=4,
literate={Ö}{{\"O}}1{Ä}{{\"A}}1{Ü}{{\"U}}1{ß}{{\ss}}1{ü}{{\"u}}1{ä}{{\"a}}1{ö}{{\"o}}1,
escapeinside={(*@}{@*)},
......@@ -63,14 +63,14 @@
MyPlots/.style = { % Style für alle Plots
width=.6\textwidth,
grid=major, % Gitter für haupt Ticks
grid style={dashed,gray!50}, % Hinergrund Gitter
legend pos=outer north east, % Positon der Legende
grid style={dashed,gray!50}, % Hintergrund Gitter
legend pos=outer north east, % Position der Legende
FM1/.style = {blue, thick, mark=x, mark size=1.5,samples=100}, % Format 1
FM2/.style = {orange, thick, mark=*, mark size=1,samples=100}, % Format 2
FM3/.style = {green, thick, mark=square*, mark size=1,samples=100}, % Format 3
FM4/.style = {red, thick, mark=diamond*, mark size=1,samples=100}, % Format 4
FM5/.style = {pink, thick, mark=triangel*, mark size=1,samples=100},% Format 5
errBars/.style = {error bars/.cd, y dir=both, y explicit, % ermöglich Fehlerbalken
errBars/.style = {error bars/.cd, y dir=both, y explicit, % ermöglicht Fehlerbalken
error mark options={mark size=1pt,rotate=90}},
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment