Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smueller18 committed Jun 17, 2017
1 parent a04c049 commit 3f7a689
Show file tree
Hide file tree
Showing 54 changed files with 3,814 additions and 0 deletions.
189 changes: 189 additions & 0 deletions .gitignore
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
# *.pdf

## 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__/
4 changes: 4 additions & 0 deletions .linux.latexcfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": "thesis.tex",
"toolchain": "bin/build-complete.sh %DOC"
}
4 changes: 4 additions & 0 deletions .windows.latexcfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": "thesis.tex",
"toolchain": "bin\\build-complete.bat %DOC"
}
44 changes: 44 additions & 0 deletions 00-praeambel/01-allgemein.tex
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}
9 changes: 9 additions & 0 deletions 00-praeambel/02-zitate.tex
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
26 changes: 26 additions & 0 deletions 00-praeambel/03-zeichen-symbole.tex
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}}
51 changes: 51 additions & 0 deletions 00-praeambel/04-layout.tex
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}}
}
11 changes: 11 additions & 0 deletions 00-praeambel/05-farben.tex
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}
Loading

0 comments on commit 3f7a689

Please sign in to comment.