-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a04c049
commit 3f7a689
Showing
54 changed files
with
3,814 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
output | ||
|
||
## Core latex/pdflatex auxiliary files: | ||
*.aux | ||
*.lof | ||
*.log | ||
*.lot | ||
*.fls | ||
*.out | ||
*.toc | ||
*.fmt | ||
*.fot | ||
*.cb | ||
*.cb2 | ||
|
||
## Intermediate documents: | ||
*.dvi | ||
*-converted-to.* | ||
# these rules might exclude image files for figures etc. | ||
# *.ps | ||
# *.eps | ||
|
||
## Bibliography auxiliary files (bibtex/biblatex/biber): | ||
*.bbl | ||
*.bcf | ||
*.blg | ||
*-blx.aux | ||
*-blx.bib | ||
*.brf | ||
*.run.xml | ||
|
||
## Build tool auxiliary files: | ||
*.fdb_latexmk | ||
*.synctex | ||
*.synctex.gz | ||
*.synctex.gz(busy) | ||
*.pdfsync | ||
|
||
## Auxiliary and intermediate files from other packages: | ||
# algorithms | ||
*.alg | ||
*.loa | ||
|
||
# achemso | ||
acs-*.bib | ||
|
||
# amsthm | ||
*.thm | ||
|
||
# beamer | ||
*.nav | ||
*.snm | ||
*.vrb | ||
|
||
# cprotect | ||
*.cpt | ||
|
||
# fixme | ||
*.lox | ||
|
||
#(r)(e)ledmac/(r)(e)ledpar | ||
*.end | ||
*.?end | ||
*.[1-9] | ||
*.[1-9][0-9] | ||
*.[1-9][0-9][0-9] | ||
*.[1-9]R | ||
*.[1-9][0-9]R | ||
*.[1-9][0-9][0-9]R | ||
*.eledsec[1-9] | ||
*.eledsec[1-9]R | ||
*.eledsec[1-9][0-9] | ||
*.eledsec[1-9][0-9]R | ||
*.eledsec[1-9][0-9][0-9] | ||
*.eledsec[1-9][0-9][0-9]R | ||
|
||
# glossaries | ||
*.acn | ||
*.acr | ||
*.glg | ||
*.glo | ||
*.gls | ||
*.glsdefs | ||
*.slo | ||
*.sls | ||
*.slg | ||
|
||
# gnuplottex | ||
*-gnuplottex-* | ||
|
||
# hyperref | ||
*.brf | ||
|
||
# knitr | ||
*-concordance.tex | ||
# TODO Comment the next line if you want to keep your tikz graphics files | ||
*.tikz | ||
*-tikzDictionary | ||
|
||
# listings | ||
*.lol | ||
|
||
# makeidx | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.ist | ||
|
||
# minitoc | ||
*.maf | ||
*.mlf | ||
*.mlt | ||
*.mtc | ||
*.mtc[0-9] | ||
*.mtc[1-9][0-9] | ||
|
||
# minted | ||
_minted* | ||
*.pyg | ||
|
||
# morewrites | ||
*.mw | ||
|
||
# mylatexformat | ||
*.fmt | ||
|
||
# nomencl | ||
*.nlo | ||
|
||
# sagetex | ||
*.sagetex.sage | ||
*.sagetex.py | ||
*.sagetex.scmd | ||
|
||
# sympy | ||
*.sout | ||
*.sympy | ||
sympy-plots-for-*.tex/ | ||
|
||
# pdfcomment | ||
*.upa | ||
*.upb | ||
|
||
# pythontex | ||
*.pytxcode | ||
pythontex-files-*/ | ||
|
||
# thmtools | ||
*.loe | ||
|
||
# TikZ & PGF | ||
*.dpth | ||
*.md5 | ||
*.auxlock | ||
|
||
# todonotes | ||
*.tdo | ||
|
||
# xindy | ||
*.xdy | ||
|
||
# xypic precompiled matrices | ||
*.xyc | ||
|
||
# endfloat | ||
*.ttt | ||
*.fff | ||
|
||
# Latexian | ||
TSWLatexianTemp* | ||
|
||
## Editors: | ||
# WinEdt | ||
*.bak | ||
*.sav | ||
|
||
# Texpad | ||
.texpadtmp | ||
|
||
# Kile | ||
*.backup | ||
|
||
# KBibTeX | ||
*~[0-9]* | ||
|
||
## Python | ||
# Byte-compiled / optimized / DLL files | ||
skripte/__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": "thesis.tex", | ||
"toolchain": "bin/build-complete.sh %DOC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": "thesis.tex", | ||
"toolchain": "bin\\build-complete.bat %DOC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
\usepackage{etex} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{lmodern} | ||
% wichtig für Trennung von Wörtern mit Umlauten | ||
\usepackage[T1]{fontenc} | ||
\usepackage{lmodern} | ||
|
||
% verbesserter Randausgleich | ||
\usepackage{microtype} | ||
|
||
\usepackage{url} | ||
% URLs in Normaler Schrift | ||
%\urlstyle{rm} | ||
|
||
\usepackage{multirow} | ||
\usepackage[colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black]{hyperref} | ||
% deutsche Trennregeln | ||
\usepackage[ngerman]{babel} | ||
|
||
% Länge der Fußnote | ||
\interfootnotelinepenalty=10000 | ||
|
||
\usepackage{paralist} | ||
|
||
% Abbildungen | ||
\usepackage{graphicx} | ||
\usepackage{pdfpages} | ||
|
||
% Mathematische Formeln | ||
\usepackage{amsmath} | ||
\usepackage{amssymb} | ||
\usepackage{amstext} | ||
\usepackage{amsfonts} | ||
\usepackage{mathrsfs} | ||
\usepackage{array} | ||
\usepackage{mathtools} | ||
\usepackage{wasysym} | ||
\usepackage[a]{esvect} | ||
|
||
% SI units | ||
\usepackage[ | ||
binary-units=true, | ||
output-decimal-marker={,}, | ||
]{siunitx} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
\usepackage[square]{natbib} | ||
\setlength{\bibsep}{0.25cm} | ||
\renewcommand{\bibfont}{\small} | ||
\renewcommand*{\bibpreamble}{\interlinepenalty10000\relax} | ||
|
||
% Setze Autoren in Kapitälchen | ||
\makeatletter | ||
\renewcommand*{\NAT@nmfmt}[1]{\textsc{#1}} | ||
\makeatother |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
\usepackage{textcomp} | ||
|
||
% Erlaube Underscores in Fließtext ohne Escape | ||
\usepackage[strings]{underscore} | ||
|
||
\usepackage{xspace} | ||
|
||
% Gänsefüßchen unten | ||
\newcommand{\gu}{\glqq{}} | ||
% Gänsefüßchen oben | ||
\newcommand{\go}{\grqq\xspace} | ||
|
||
% sharp symbol (#) | ||
\newcommand{\textsharp}{\texttt{\#}} | ||
|
||
% Spezielles eingekringeltes Plus | ||
\newcommand{\plus}{\text{{\large\textcircled{\normalsize \texttt{+}}}}} | ||
|
||
% hochgestelltes Copyright-Symbol | ||
\def\CopTop{\textsuperscript{\textcopyright}} | ||
|
||
\usepackage{pifont} | ||
\newcommand{\cmark}{\ding{51}} | ||
\newcommand{\xmark}{\ding{55}} | ||
\newcommand{\quadrat}{\ding{110}} | ||
\newcommand{\kreis}{\ding{108}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
\usepackage[automark]{scrpage2} | ||
\automark[section]{chapter} | ||
\pagestyle{scrheadings} | ||
\clearscrheadfoot | ||
\ihead{\leftmark} | ||
\ohead{\pagemark} | ||
\renewcommand*{\chapterpagestyle}{scrheadings} | ||
\renewcommand*{\indexpagestyle}{scrheadings} | ||
\usepackage[left=30mm,right=38mm,top=30mm,bottom=20mm]{geometry} | ||
|
||
\RedeclareSectionCommand[ | ||
beforeskip=-1\baselineskip, | ||
afterskip=0.4\baselineskip | ||
]{chapter} | ||
|
||
% Kapitelpräfixgröße | ||
\setkomafont{chapterprefix}{\large} | ||
% Kapitelgröße | ||
\setkomafont{chapter}{\LARGE} | ||
% Paragraphen/Absatzabstand | ||
\setlength{\parskip}{0.7EM} | ||
|
||
% Fußnoten eingerückt untereinander | ||
\deffootnote[]{1em}{1em}{\textsuperscript{\thefootnotemark\ }} | ||
|
||
% Fußnoten über alle Kapitel absolut | ||
\usepackage{remreset} | ||
\makeatletter | ||
\@removefromreset{footnote}{chapter} | ||
\makeatother | ||
|
||
\newcommand{\sffett}[1]{\textsf{\textbf{#1}}} | ||
\newcommand{\mathsfbold}[1]{\boldsymbol{\mathsf{#1}}} | ||
|
||
% 1,5-zeiligen Zeilenabstand | ||
\usepackage{setspace} | ||
\onehalfspacing | ||
|
||
\usepackage{float} | ||
|
||
% Anhang | ||
\renewcommand\appendix{\par | ||
\setcounter{section}{0} | ||
\setcounter{subsection}{0} | ||
\setcounter{figure}{0} | ||
\setcounter{table}{0} | ||
\renewcommand\thesection{\Alph{section}} | ||
\renewcommand\thefigure{Abb. \Alph{section}\arabic{figure}} | ||
\renewcommand\thetable{Tab. \Alph{section}\arabic{table}} | ||
\renewcommand{\thelstlisting}{\thesection.\arabic{lstlisting}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\usepackage{xcolor} | ||
|
||
\definecolor{lightgray}{RGB}{240 240 240} | ||
|
||
% Farbakzente der Office 2016 Standardvorlage | ||
\definecolor{akzent1}{RGB}{219 0 49} | ||
\definecolor{akzent2}{RGB}{100 18 27} | ||
\definecolor{akzent3}{RGB}{159 19 37} | ||
\definecolor{akzent4}{RGB}{233 78 27} | ||
\definecolor{akzent5}{RGB}{243 146 0} | ||
\definecolor{akzent6}{RGB}{249 178 51} |
Oops, something went wrong.