summaryrefslogtreecommitdiffstats
path: root/vorlagen
diff options
context:
space:
mode:
Diffstat (limited to 'vorlagen')
-rw-r--r--vorlagen/.gitignore9
-rw-r--r--vorlagen/doc/How to write a thesis.pdfbin383205 -> 0 bytes
-rw-r--r--vorlagen/doc/The Comprehensive LaTeX Symbol List.pdfbin4387686 -> 0 bytes
-rw-r--r--vorlagen/packages/inconsolata/ei1fi4.fd18
-rw-r--r--vorlagen/packages/inconsolata/inconsolata.sty39
-rw-r--r--vorlagen/packages/inconsolata/ly1fi4.fd16
-rw-r--r--vorlagen/packages/inconsolata/ot1fi4.fd15
-rw-r--r--vorlagen/packages/inconsolata/qxfi4.fd15
-rw-r--r--vorlagen/packages/inconsolata/t1fi4.fd15
-rw-r--r--vorlagen/packages/inconsolata/ts1fi4.fd18
-rw-r--r--vorlagen/packages/todonotes/todonotes.sty336
-rw-r--r--vorlagen/thesis/Makefile12
-rw-r--r--vorlagen/thesis/maindoc.pdfbin114007 -> 0 bytes
-rw-r--r--vorlagen/thesis/src/Makefile25
-rw-r--r--vorlagen/thesis/src/bib/literatur.bib7
-rw-r--r--vorlagen/thesis/src/erklaerung.tex19
-rw-r--r--vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.pngbin25982 -> 0 bytes
-rw-r--r--vorlagen/thesis/src/img/siegel.pngbin1217444 -> 0 bytes
-rw-r--r--vorlagen/thesis/src/kapitel_A.tex16
-rw-r--r--vorlagen/thesis/src/kapitel_x.tex11
-rw-r--r--vorlagen/thesis/src/layout-extras.tex93
-rw-r--r--vorlagen/thesis/src/maindoc.tex177
-rw-r--r--vorlagen/thesis/src/natbib.cfg19
-rw-r--r--vorlagen/thesis/src/titel.tex81
24 files changed, 0 insertions, 941 deletions
diff --git a/vorlagen/.gitignore b/vorlagen/.gitignore
deleted file mode 100644
index 22d3153..0000000
--- a/vorlagen/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.aux
-*.log
-*.bbl
-*.blg
-*.out
-*.dvi
-*.toc
-*~
-*.backup
diff --git a/vorlagen/doc/How to write a thesis.pdf b/vorlagen/doc/How to write a thesis.pdf
deleted file mode 100644
index ab51bf9..0000000
--- a/vorlagen/doc/How to write a thesis.pdf
+++ /dev/null
Binary files differ
diff --git a/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf b/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf
deleted file mode 100644
index ae7de6e..0000000
--- a/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf
+++ /dev/null
Binary files differ
diff --git a/vorlagen/packages/inconsolata/ei1fi4.fd b/vorlagen/packages/inconsolata/ei1fi4.fd
deleted file mode 100644
index 6347cd4..0000000
--- a/vorlagen/packages/inconsolata/ei1fi4.fd
+++ /dev/null
@@ -1,18 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-% ei1 is an experimental encoding for the extra glyphs included in the
-% Inconsolata font but not in any common TeX encoding.
-
-\ProvidesFile{ei4fi4.fd}[2009/05/28 EI1/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{EI1}{fi4}{}
-
-\DeclareFontShape{EI1}{fi4}{m}{n}{
- <-> \fifour@scaled ei1-inconsolata
-}{}
-
-\endinput
diff --git a/vorlagen/packages/inconsolata/inconsolata.sty b/vorlagen/packages/inconsolata/inconsolata.sty
deleted file mode 100644
index daac879..0000000
--- a/vorlagen/packages/inconsolata/inconsolata.sty
+++ /dev/null
@@ -1,39 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{inconsolata}[2009/06/07 Inconsolata]
-
-% Without this, \texteuro and the like simply fail, so we may as well
-% always include it.
-\RequirePackage{textcomp}
-
-% How we parse our options.
-\RequirePackage{keyval}
-
-% option [scaled=R] to scale font at loading.
-\define@key{fifour}{scaled}[1.0]{\def\fifour@scaled{s*[#1]}}
-
-\DeclareOption*{%
- \begingroup
- \edef\x{\endgroup
- \noexpand\setkeys{fifour}{\CurrentOption}}%
- \x}
-\newcommand*{\fifour@style}{}
-
-% by default, change \tt to mean Inconsolata.
-\newcommand*{\fifour@default}{%
- \renewcommand*{\ttdefault}{fi4\fifour@style}%
-}
-
-% option [nott] to avoid changing tt.
-\DeclareOption{nott}{%
- \renewcommand*{\fifour@default}{}%
-}
-
-% has to be after fontenc, too much trouble.
-%\DeclareTextSymbol{\j}{LY1}{17}
-
-\ProcessOptions*
-\fifour@default
-\endinput
diff --git a/vorlagen/packages/inconsolata/ly1fi4.fd b/vorlagen/packages/inconsolata/ly1fi4.fd
deleted file mode 100644
index 417d6e2..0000000
--- a/vorlagen/packages/inconsolata/ly1fi4.fd
+++ /dev/null
@@ -1,16 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\ProvidesFile{ly1fi4.fd}[2009/03/29 LY1/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{LY1}{fi4}{\hyphenchar\font=\m@ne}
-
-\DeclareFontShape{LY1}{fi4}{m}{n}{
- <-> \fifour@scaled texnansi-inconsolata
-}{}
-
-\endinput
diff --git a/vorlagen/packages/inconsolata/ot1fi4.fd b/vorlagen/packages/inconsolata/ot1fi4.fd
deleted file mode 100644
index 34d1c7f..0000000
--- a/vorlagen/packages/inconsolata/ot1fi4.fd
+++ /dev/null
@@ -1,15 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\ProvidesFile{ot1fi4.fd}[2009/05/28 OT1/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{OT1}{fi4}{\hyphenchar\font=\m@ne}
-\DeclareFontShape{OT1}{fi4}{m}{n}{
- <-> \fifour@scaled rm-inconsolata
-}{}
-
-\endinput
diff --git a/vorlagen/packages/inconsolata/qxfi4.fd b/vorlagen/packages/inconsolata/qxfi4.fd
deleted file mode 100644
index d1225d9..0000000
--- a/vorlagen/packages/inconsolata/qxfi4.fd
+++ /dev/null
@@ -1,15 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\ProvidesFile{qxfi4.fd}[2009/05/28 QX/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{QX}{fi4}{\hyphenchar\font=\m@ne}
-\DeclareFontShape{QX}{fi4}{m}{n}{
- <-> \fifour@scaled qx-inconsolata
-}{}
-
-\endinput
diff --git a/vorlagen/packages/inconsolata/t1fi4.fd b/vorlagen/packages/inconsolata/t1fi4.fd
deleted file mode 100644
index 63de124..0000000
--- a/vorlagen/packages/inconsolata/t1fi4.fd
+++ /dev/null
@@ -1,15 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\ProvidesFile{t1fi4.fd}[2009/05/28 T1/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{T1}{fi4}{\hyphenchar\font=\m@ne}
-\DeclareFontShape{T1}{fi4}{m}{n}{
- <-> \fifour@scaled ec-inconsolata
-}{}
-
-\endinput
diff --git a/vorlagen/packages/inconsolata/ts1fi4.fd b/vorlagen/packages/inconsolata/ts1fi4.fd
deleted file mode 100644
index 4d4f112..0000000
--- a/vorlagen/packages/inconsolata/ts1fi4.fd
+++ /dev/null
@@ -1,18 +0,0 @@
-% Copyright 2009 Karl Berry.
-% You may freely use, modify and/or distribute this file.
-
-\ProvidesFile{ts1fi4.fd}[2009/05/28 TS1/Inconsolata]
-
-\expandafter\ifx\csname fifour@scaled\endcsname\relax
- \let\fifour@scaled\@empty
-\fi
-
-\DeclareFontFamily{TS1}{fi4}{}
-
-\DeclareFontShape{TS1}{fi4}{m}{n}{
- <-> \fifour@scaled ts1-inconsolata
-}{}
-
-%\DeclareEncodingSubset{TS1}{fi4}{xx}
-
-\endinput
diff --git a/vorlagen/packages/todonotes/todonotes.sty b/vorlagen/packages/todonotes/todonotes.sty
deleted file mode 100644
index e1122c3..0000000
--- a/vorlagen/packages/todonotes/todonotes.sty
+++ /dev/null
@@ -1,336 +0,0 @@
-%%
-%% This is file `todonotes.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% todonotes.dtx (with options: `package')
-%%
-%% This is a generated file.
-%%
-%% Copyright (C) 2008 by Henrik Skov Midtiby <henrikmidtiby@gmail.com>
-%%
-%% This file may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, either version 1.2 of this license
-%% or (at your option) any later version. The latest version of this
-%% license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.2 or later is part of all distributions of LaTeX version
-%% 1999/12/01 or later.
-%%
-\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{todonotes}
- [2009/08/01 .dtx Todonotes source and documentation.]
-
-\ProvidesPackage{todonotes}[2009/04/02]
-\RequirePackage{ifthen}
-\RequirePackage{xkeyval}
-\RequirePackage{xcolor}
-\RequirePackage{tikz}
-\RequirePackage{calc}
-\newcommand{\@todonotes@text}{}%
-\newcommand{\@todonotes@backgroundcolor}{orange}
-\newcommand{\@todonotes@linecolor}{orange}
-\newcommand{\@todonotes@bordercolor}{black}
-\newcommand{\@todonotes@textwidth}{\marginparwidth}
-\newcommand{\@todonotes@textsize}{\normalsize}
-\newcommand{\@todonotes@figwidth}{\textwidth}
-\AtBeginDocument{
-\ifx\undefined\phantomsection
-\newcommand{\phantomsection}{}
-\fi
-}
-
-\newcommand{\@todonotes@todolistname}{Todo list}
-\newcommand{\@todonotes@MissingFigureText}{Figure}
-\newcommand{\@todonotes@MissingFigureUp}{Missing}
-\newcommand{\@todonotes@MissingFigureDown}{figure}
-\newcommand{\@todonotes@SetTodoListName}[1]
- {\renewcommand{\@todonotes@todolistname}{#1}}
-\newcommand{\@todonotes@SetMissingFigureText}[1]
- {\renewcommand{\@todonotes@MissingFigureText}{#1}}
-\newcommand{\@todonotes@SetMissingFigureUp}[1]
- {\renewcommand{\@todonotes@MissingFigureUp}{#1}}
-\newcommand{\@todonotes@SetMissingFigureDown}[1]
- {\renewcommand{\@todonotes@MissingFigureDown}{#1}}
-\newif{\if@todonotes@reverseMissingFigureTriangle}
-\DeclareOptionX{danish}{%
- \@todonotes@SetTodoListName{G\o{}rem\aa{}lsliste}%
- \@todonotes@SetMissingFigureText{Figur}%
- \@todonotes@SetMissingFigureUp{Manglende}%
- \@todonotes@SetMissingFigureDown{figur}%
-}
-\DeclareOptionX{german}{%
- \@todonotes@SetTodoListName{Liste der noch zu erledigenden Punkte}%
- \@todonotes@SetMissingFigureText{Abbildung}%
- \@todonotes@SetMissingFigureUp{Fehlende}%
- \@todonotes@SetMissingFigureDown{Abbildung}%
-}
-\DeclareOptionX{french}{%
- \@todonotes@SetTodoListName{Liste des points \`a traiter}%
- \@todonotes@SetMissingFigureText{Figure}%
- \@todonotes@SetMissingFigureUp{Figure}%
- \@todonotes@SetMissingFigureDown{manquante}%
- \@todonotes@reverseMissingFigureTrianglefalse
-}
-\DeclareOptionX{catalan}{
- \@todonotes@SetTodoListName{Llista de feines pendents}%
- \@todonotes@SetMissingFigureText{Figura}%
- \@todonotes@SetMissingFigureUp{Figura}%
- \@todonotes@SetMissingFigureDown{pendent}%
-}
-\DeclareOptionX{spanish}{
- \@todonotes@SetTodoListName{Lista de tareas pendientes}%
- \@todonotes@SetMissingFigureText{Figura}%
- \@todonotes@SetMissingFigureUp{Figura}%
- \@todonotes@SetMissingFigureDown{pendient}%
-}
-\DeclareOptionX{italian}{
- \@todonotes@SetTodoListName{Elenco delle cose da fare}%
- \@todonotes@SetMissingFigureText{Figura}%
- \@todonotes@SetMissingFigureUp{Figura}%
- \@todonotes@SetMissingFigureDown{mancante}%
-}
-\newcounter{@todonotes@numberoftodonotes}
-\newif{\if@todonotes@obeyDraft}
-\DeclareOptionX{obeyDraft}{\@todonotes@obeyDrafttrue}
-\newif{\if@todonotes@isDraft}
-\DeclareOptionX{draft}{\@todonotes@isDrafttrue}
-\newif{\if@todonotes@disabled}
-\DeclareOptionX{disable}{\@todonotes@disabledtrue}
-\newif{\if@todonotes@colorinlistoftodos}
-\DeclareOptionX{colorinlistoftodos}{\@todonotes@colorinlistoftodostrue}
-\newif{\if@todonotes@dviStyle}
-\DeclareOptionX{dvistyle}{\@todonotes@dviStyletrue}
-\define@key{todonotes.sty}%
- {color}{
- \renewcommand{\@todonotes@backgroundcolor}{#1}
- \renewcommand{\@todonotes@linecolor}{#1}}
-\define@key{todonotes.sty}%
- {backgroundcolor}{\renewcommand{\@todonotes@backgroundcolor}{#1}}
-\define@key{todonotes.sty}%
- {linecolor}{\renewcommand{\@todonotes@linecolor}{#1}}
-\define@key{todonotes.sty}%
- {bordercolor}{\renewcommand{\@todonotes@bordercolor}{#1}}
-\newif{\if@todonotes@prependcaptionglobal}
-\@todonotes@prependcaptionglobalfalse
-\DeclareOptionX{prependcaption}{\@todonotes@prependcaptionglobaltrue}
-\define@key{todonotes.sty}%
- {textwidth}{\renewcommand{\@todonotes@textwidth}{#1}}
-\define@key{todonotes.sty}%
- {textsize}{\renewcommand{\@todonotes@textsize}{\csname #1\endcsname}}
-\newif{\if@todonotes@shadowenabled}
-\@todonotes@shadowenabledfalse
-\DeclareOptionX{shadow}{\@todonotes@shadowenabledtrue
-\usetikzlibrary{shadows}}
-\define@key{todonotes.sty}%
- {figwidth}{\renewcommand{\@todonotes@figwidth}{#1}}
-\ProcessOptionsX*
-\if@todonotes@disabled
-\else
-\if@todonotes@obeyDraft
-\@todonotes@disabledtrue
-\if@todonotes@isDraft
-\@todonotes@disabledfalse
-\fi
-\fi
-\fi
-
-\newcommand{\@todonotes@currentlinecolor}{}%
-\newcommand{\@todonotes@currentbackgroundcolor}{}%
-\newcommand{\@todonotes@currentbordercolor}{}%
-\define@key{todonotes}{color}{%
- \renewcommand{\@todonotes@currentlinecolor}{#1}%
- \renewcommand{\@todonotes@currentbackgroundcolor}{#1}}%
-\define@key{todonotes}{linecolor}{%
- \renewcommand{\@todonotes@currentlinecolor}{#1}}%
-\define@key{todonotes}{backgroundcolor}{%
- \renewcommand{\@todonotes@currentbackgroundcolor}{#1}}%
-\define@key{todonotes}{bordercolor}{%
- \renewcommand{\@todonotes@currentbordercolor}{#1}}%
-\newcommand{\@todonotes@sizecommand}{}%
-\define@key{todonotes}{size}{\renewcommand{\@todonotes@sizecommand}{#1}}%
-\newif\if@todonotes@appendtolistoftodos%
-\define@key{todonotes}{list}[]{\@todonotes@appendtolistoftodostrue}%
-\define@key{todonotes}{nolist}[]{\@todonotes@appendtolistoftodosfalse}%
-\newif\if@todonotes@inlinenote%
-\define@key{todonotes}{inline}[]{\@todonotes@inlinenotetrue}%
-\define@key{todonotes}{noinline}[]{\@todonotes@inlinenotefalse}%
-\newif\if@todonotes@prependcaption%
-\define@key{todonotes}{prepend}[]{\@todonotes@prependcaptiontrue}%
-\define@key{todonotes}{noprepend}[]{\@todonotes@prependcaptionfalse}%
-\newif\if@todonotes@line%
-\define@key{todonotes}{line}[]{\@todonotes@linetrue}%
-\define@key{todonotes}{noline}[]{\@todonotes@linefalse}%
-\newcommand{\@todonotes@caption}{}%
-\newif\if@todonotes@captiongiven%
-\define@key{todonotes}{caption}%
- {\renewcommand{\@todonotes@caption}{#1}%
- \@todonotes@captiongiventrue}%
-\define@key{todonotes}{nocaption}[]{\@todonotes@captiongivenfalse}%
-\newcommand{\@todonotes@currentfigwidth}{\@todonotes@figwidth}
-\define@key{todonotes}%
- {figwidth}{\renewcommand{\@todonotes@currentfigwidth}{#1}}
-\presetkeys%
- {todonotes}%
- {linecolor=\@todonotes@linecolor,%
- backgroundcolor=\@todonotes@backgroundcolor,%
- bordercolor=\@todonotes@bordercolor,%
- noinline,%
- nocaption,%
- figwidth=\@todonotes@figwidth,%
- line, list, size=\@todonotes@textsize}{}%
-\if@todonotes@disabled%
- \newcommand{\listoftodos}[1][]{}
- \newcommand{\todo}[2][]{\ignorespaces}
- \newcommand{\missingfigure}[2]{}
-\else % \if@todonotes@disabled
-\newcommand{\listoftodos}[1][\@todonotes@todolistname]
- {\section*{#1} \@starttoc{tdo}}
-\newcommand{\l@todo}
- {\@dottedtocline{1}{0em}{2.3em}}
-\tikzstyle{notestyleraw} = [
- draw=\@todonotes@currentbordercolor,
- fill=\@todonotes@currentbackgroundcolor,
- line width=0.5pt,
- text width = \@todonotes@textwidth - 1.6 ex - 1pt,
- inner sep = 0.8 ex,
- rounded corners=4pt]
-\if@todonotes@shadowenabled
-\tikzstyle{notestyle} = [notestyleraw,
- general shadow={shadow xshift=.5ex, shadow yshift=-.5ex,
- opacity=1,fill=black!50}]
-\else
-\tikzstyle{notestyle} = [notestyleraw]
-\fi
-\tikzstyle{notestyleleft} = [
- notestyle,
- left]
-\tikzstyle{connectstyle} = [
- thick,
- draw=\@todonotes@currentlinecolor]
-\tikzstyle{inlinenotestyle} = [
- notestyle,
- text width=\linewidth - 1.6 ex - 1 pt]
-\newcommand{\todo}[2][]{%
-\if@todonotes@prependcaptionglobal%
-\@todonotes@prependcaptiontrue%
-\else%
-\@todonotes@prependcaptionfalse%
-\fi%
-\renewcommand{\@todonotes@text}{#2}%
-\renewcommand{\@todonotes@caption}{#2}%
-\setkeys{todonotes}{#1}%
-\addtocounter{@todonotes@numberoftodonotes}{1}%
-\if@todonotes@appendtolistoftodos%
- \phantomsection%
- \if@todonotes@captiongiven%
- \else%
- \renewcommand{\@todonotes@caption}{#2}%
- \fi%
- \if@todonotes@colorinlistoftodos%
- \addcontentsline{tdo}{todo}{\protect{%
- \colorbox{\@todonotes@currentbackgroundcolor}%
- {\textcolor{\@todonotes@currentbackgroundcolor}{o}}%
- \ \@todonotes@caption}}%
- \else%
- \addcontentsline{tdo}{todo}{\protect{\@todonotes@caption}}%
- \fi%
-\fi%
-\if@todonotes@captiongiven%
- \if@todonotes@prependcaption%
- \renewcommand{\@todonotes@text}{\@todonotes@caption: #2}%
- \fi%
-\fi%
-\if@todonotes@inlinenote%
- \if@todonotes@dviStyle%
- {\par\noindent\begin{tikzpicture}[remember picture]%
- \draw node[inlinenotestyle] {};\end{tikzpicture}\par}%
- {\noindent \@todonotes@sizecommand \@todonotes@text}%
- {\par\noindent\begin{tikzpicture}[remember picture]%
- \draw node[inlinenotestyle] {};\end{tikzpicture}\par}%
- \else%
- {\par\noindent\begin{tikzpicture}[remember picture]%
- \draw node[inlinenotestyle] {\@todonotes@sizecommand \@todonotes@text};%
- \end{tikzpicture}\par}%
- \fi%
-\else%
-\begin{tikzpicture}[remember picture, baseline=-0.75ex]%
- \node [coordinate] (inText) {};%
-\end{tikzpicture}%
-\marginpar[{% Draw note in left margin
-\if@todonotes@dviStyle%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle] {};%
- \end{tikzpicture}\\ %
- \begin{minipage}{\@todonotes@textwidth}%
- \@todonotes@sizecommand \@todonotes@text%
- \end{minipage}\\%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle] (inNote) {};%
- \end{tikzpicture}%
-\else%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle] (inNote)%
- {\@todonotes@sizecommand \@todonotes@text};%
- \end{tikzpicture}%
-\fi%
-\if@todonotes@line%
- \begin{tikzpicture}[remember picture, overlay]%
- \draw[connectstyle]%
- ([yshift=-0.2cm] inText)%
- -| ([xshift=0.2cm] inNote.east)%
- -| (inNote.east);%
- \end{tikzpicture}%
-\fi%
-}]{% Draw note in right margin
-\if@todonotes@dviStyle%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle] {};%
- \end{tikzpicture}\\%
- \begin{minipage}{\@todonotes@textwidth}%
- \@todonotes@sizecommand \@todonotes@text%
- \end{minipage}\\%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle] (inNote) {};%
- \end{tikzpicture}%
-\else%
- \begin{tikzpicture}[remember picture]%
- \draw node[notestyle](inNote)%
- {\@todonotes@sizecommand \@todonotes@text};%
- \end{tikzpicture}%
-\fi%
-\if@todonotes@line%
- \begin{tikzpicture}[remember picture, overlay]%
- \draw[connectstyle]%
- ([yshift=-0.2cm] inText)%
- -| ([xshift=-0.2cm] inNote.west)%
- -| (inNote.west);%
- \end{tikzpicture}%
-\fi%
-}%
-\fi%
-\ignorespaces%
-}%
-\newcommand{\missingfigure}[2][]{
-\setkeys{todonotes}{#1}%
-\addcontentsline{tdo}{todo}{\@todonotes@MissingFigureText: \protect{#2}}%
-\par
-\noindent
-\begin{tikzpicture}
-\draw[fill=black!40, draw = white, line width=0pt]
- (-2, -2.5) rectangle +(\@todonotes@currentfigwidth, 4cm);
-\draw (2, -0.3) node[right, text
- width=\@todonotes@currentfigwidth-4.5cm] {#2};
-\draw[red, fill=white, rounded corners = 5pt, line width=10pt]
- (30:2cm) -- (150:2cm) -- (270:2cm) -- cycle;
-\draw (0, 0.3) node {\@todonotes@MissingFigureUp};
-\draw (0, -0.3) node {\@todonotes@MissingFigureDown};
-\end{tikzpicture}
-}% Ending \missingfigure command
-\fi % Ending \@todonotes@ifdisabled
-\endinput
-%%
-%% End of file `todonotes.sty'.
diff --git a/vorlagen/thesis/Makefile b/vorlagen/thesis/Makefile
deleted file mode 100644
index eee7005..0000000
--- a/vorlagen/thesis/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
- cd src; make
-
-clean:
- rm -vf tmp/*
-
-preview:
- okular maindoc.pdf &> /dev/null &
-
-distclean: clean
- cd src; make clean
- rm -vf *.pdf
diff --git a/vorlagen/thesis/maindoc.pdf b/vorlagen/thesis/maindoc.pdf
deleted file mode 100644
index 4700ad9..0000000
--- a/vorlagen/thesis/maindoc.pdf
+++ /dev/null
Binary files differ
diff --git a/vorlagen/thesis/src/Makefile b/vorlagen/thesis/src/Makefile
deleted file mode 100644
index a57a10f..0000000
--- a/vorlagen/thesis/src/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-all: build tmp
- mv maindoc.pdf ..
-
-build: clean
- pdflatex maindoc
- bibtex maindoc
- pdflatex maindoc
- pdflatex maindoc
-
-tmp:
- mkdir -p ../tmp
- find . -iname "*.aux" \
- -o -iname "*.log" \
- -o -iname "*.bbl" \
- -o -iname "*.blg" \
- -o -iname "*.out" \
- -o -iname "*.dvi" \
- -o -iname "*.toc" \
- | xargs -ITMPFILES mv TMPFILES ../tmp/
-
-clean:
- rm -vf *.aux *.log *.bbl *.blg *.out *.dvi *.toc
-
-distclean: clean
- rm -vf *.pdf
diff --git a/vorlagen/thesis/src/bib/literatur.bib b/vorlagen/thesis/src/bib/literatur.bib
deleted file mode 100644
index 00702b4..0000000
--- a/vorlagen/thesis/src/bib/literatur.bib
+++ /dev/null
@@ -1,7 +0,0 @@
-@article{kopka1997latex,
- title={{LATEX Band 1: Einführung}},
- author={Kopka, H.},
- year={1997},
- publisher={Addison-Wesley}
-}
-
diff --git a/vorlagen/thesis/src/erklaerung.tex b/vorlagen/thesis/src/erklaerung.tex
deleted file mode 100644
index 9ace622..0000000
--- a/vorlagen/thesis/src/erklaerung.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\newpage{}
-\section*{\vfill{}
-Erklärung}
-
-Hiermit erkläre ich, dass ich diese Abschlussarbeit selbständig verfasst
-habe, keine anderen als die angegebenen Quellen/Hilfsmittel verwendet
-habe und alle Stellen, die wörtlich oder sinngemäß aus veröffentlichten
-Schriften entnommen wurden, als solche kenntlich gemacht habe. Darüber
-hinaus erkläre ich, dass diese Abschlussarbeit nicht, auch nicht auszugsweise,
-bereits für eine andere Prüfung angefertigt wurde.
-
-\vspace{3cm}
-\begin{minipage}[t][1\totalheight]{0.35\textwidth}
-Ort, Datum
-\end{minipage}\hfill{}
-\begin{minipage}[t][1\totalheight]{0.45\textwidth}
-Unterschrift
-\end{minipage}
-
diff --git a/vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png b/vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png
deleted file mode 100644
index bd28939..0000000
--- a/vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png
+++ /dev/null
Binary files differ
diff --git a/vorlagen/thesis/src/img/siegel.png b/vorlagen/thesis/src/img/siegel.png
deleted file mode 100644
index 1cff269..0000000
--- a/vorlagen/thesis/src/img/siegel.png
+++ /dev/null
Binary files differ
diff --git a/vorlagen/thesis/src/kapitel_A.tex b/vorlagen/thesis/src/kapitel_A.tex
deleted file mode 100644
index d92dbe5..0000000
--- a/vorlagen/thesis/src/kapitel_A.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\addchap{Anhang}
-\section{Sourcecode}
-Beispiel:
-\lstset{%
-caption=,%
-label=lst:example,%
-}
-\begin{lstlisting}
-#include <stdio.h>
-
-int main(void)
-{
- printf("Hallo Welt!\n");
- return 0;
-}
-\end{lstlisting}
diff --git a/vorlagen/thesis/src/kapitel_x.tex b/vorlagen/thesis/src/kapitel_x.tex
deleted file mode 100644
index 2f9e6b7..0000000
--- a/vorlagen/thesis/src/kapitel_x.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-\setchapterpreamble[u]{%
- \dictum[Platon] {Der Anfang ist die Hälfte des Ganzen}
-}
-\chapter{Einleitung}
-
-\section{Zitieren..}
-citep: \citep{kopka1997latex} \\
-citet: \citet{kopka1997latex}
-
-\chapter{Lorem Ipsum}
-Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.\todo{Referenz für lorem ipsum}
diff --git a/vorlagen/thesis/src/layout-extras.tex b/vorlagen/thesis/src/layout-extras.tex
deleted file mode 100644
index 0f2ee8e..0000000
--- a/vorlagen/thesis/src/layout-extras.tex
+++ /dev/null
@@ -1,93 +0,0 @@
-
-\renewcommand{\topfraction}{0.85}
-\renewcommand{\textfraction}{0.1}
-\renewcommand{\floatpagefraction}{0.75}
-
-\makeatletter
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% Chapter thumbs with scrpage2
-%
-
-% Safty first
-\@ifundefined{chapter}{\let\chapter\undefined
- \chapter must be defined to use chapter thumbs!}{%
-
-\newcommand*{\putoddnumbers}{%
-\begin{tikzpicture}[remember picture, overlay]
- \node [shift={(-1.4cm,-3.6cm)}] at (current page.north east)
- {%
- \begin{tikzpicture}[remember picture, overlay]
- \fill[fill=gray] (0,0) rectangle (1.4cm,1.2cm);
- \node [shift={(0.7cm,0.55cm)}] {
- \textcolor{white}{%
- \strut\thepage%
- }%
- };
- \end{tikzpicture}
- };
-\end{tikzpicture}
-}
-
-\newcommand*{\putevennumbers}{%
-\begin{tikzpicture}[remember picture, overlay]
- \node [shift={(0cm,-3.6cm)}] at (current page.north west)
- {%
- \begin{tikzpicture}[remember picture, overlay]
- \fill[fill=gray] (0,0) rectangle (1.4cm,1.2cm);
- \node [shift={(0.7cm,0.55cm)}] {
- \textcolor{white}{%
- \strut\thepage%
- }%
- };
- \end{tikzpicture}
- };
-\end{tikzpicture}
-}
-
-\newcommand*{\fancypagenumbers}[2][]{%
- \rohead[\putoddnumbers#1]{\putoddnumbers#2}%
- \lehead[\putevennumbers#1]{\putevennumbers#2}%
-}
-
-
-% initial use
-\fancypagenumbers{}
-\pagestyle{scrheadings}
-
-}
-%
-% End of chapter thumbs with scrpage2
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\makeatother
-
-\pagestyle{scrheadings}
-\setkomafont{pageheadfoot}{\normalfont\large\sffamily\bfseries\scshape}
-%% für ältere Versionen des Komascripts folgenden Aufruf benutzen:
-%%\setkomafont{pagehead}{\normalfont\large\sffamily\bfseries\scshape}
-%%\setkomafont{pagefoot}{\normalfont\large\sffamily\bfseries\scshape}
-\setkomafont{pagenumber}{\normalfont\large\sffamily\bfseries}
-
-
-% beidseitig innen
-\ihead[]{\textcolor{gray}{\headmark}}
-
-% beidseitig aussen
-%\ohead[\textcolor{gray}{\pagemark}]{%
-%\fcolorbox{gray}{gray}{%
-%\rule[-1mm]{0mm}{6mm}%
-%\hspace{1cm}%
-%\textcolor{white}{\pagemark}}%
-%\rule{3mm}{0mm}%
-%}
-
-% lösche Inhalt restlicher Felder
-% header Mitte
-\chead[]{}
-
-% footer
-\ofoot[]{}
-\cfoot[]{}
-\ifoot[]{}
-
diff --git a/vorlagen/thesis/src/maindoc.tex b/vorlagen/thesis/src/maindoc.tex
deleted file mode 100644
index cf2cdea..0000000
--- a/vorlagen/thesis/src/maindoc.tex
+++ /dev/null
@@ -1,177 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Präambel %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%Hier sind Parameter einzustellen (Pakete werden geladen und durch [Optionen]
-%und {Argumente} bestimmt
-\documentclass[%
- paper=A4,%
- a4paper,%
- BCOR=8mm,%
- DIV=current,%
- twoside,%
- 12pt,%
- headinclude=true,%
- headlines=1.8,%
- footinclude=false,version=first,%
- bibliography=totoc,%
- bibtotoc]{scrbook}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Konfiguration Kodierung / Schriften %%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%Kodierung des Tex-Dokumentes
-\usepackage[T1]{fontenc}
-%\usepackage[latin1]{inputenc}
-\usepackage[utf8x]{inputenc}
-
-
-%erlaubt die deutschsprachigen Zeichen
-\usepackage[ngerman]{babel}
-%\usepackage{marvosym}
-
-%Mathematische und andere Symbole
-\usepackage{amsmath,mathrsfs,amssymb}
-\usepackage[scaled=.92]{helvet}
-\usepackage{courier}
-
-%Lädt Symbolschriften
-%\usepackage{pifont}
-
-%\usepackage{amsfonts}
-
-% Für Listings eignet sich auch die (monospace) Font inconsolata
-% siehe auch: http://levien.com/type/myfonts/inconsolata.html
-% bzw. http://ctan.org/pkg/inconsolata
-%\usepackage{inconsolata}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Erweiterungen für Bibtex, Beweise, Jura, Listings, .. %%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%\usepackage[intlimits]{empheq}
-\usepackage{theorem}
-%\usepackage{mathpazo}
-%\usepackage{mathptmx}
-
-%ermöglicht verschiedene Stile des Literaturverzeichnises
-%\usepackage{jurabib}
-%\usepackage{plain}
-%weitere Stile auf der
-\usepackage[sectionbib,square]{natbib}
-
-%\usepackage{a4wide}
-
-% programm code
-\usepackage{listings}
-\lstset{basicstyle=\small\ttfamily, stringstyle=\ttfamily,
-backgroundcolor=\color{lightgray}, numbers=left, numberstyle=\small,
-stepnumber=1, numbersep=5pt}
-
-% Listen
-\usepackage{eqlist}
-
-% Index
-\usepackage{makeidx}
-
-
-% Todonotes: Paket zum schreiben von Notizen zu konkreten Textstellen
-% siehe: http://mirror.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf
-\usepackage{todonotes}
-% Für eine finale Version lassen sich die Notes wie folgt deaktivieren:
-%\usepackage[disable=true]{todonotes}
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Buntes (Grafiken, Links, Farben) %%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%erlaubt Graphiken einzubinden
-\usepackage{graphicx}
-\usepackage{xcolor}
-
-%erlaubt Referenzen im Inhaltsverzeichnis
-\usepackage[
- pdftex,
- pdfpagelabels,
- plainpages=false,
- colorlinks,
- urlcolor=gray,
- linkcolor=black,
- citecolor=black,
- pdfauthor={Max Mustermann},
-% pdftitle={GZ:if expand("%") == ""|browse confirm w|else|confirm w|endif}
-]{hyperref}
-
-\usepackage{tikz}
-\usetikzlibrary{arrows}
-\usetikzlibrary{calc}
-
-% Floatumgebungen
-\usepackage{wrapfig}
-\usepackage{float}
-
-\newfloat{mybox}{thp}{lop}[chapter]
-\floatname{mybox}{Infobox}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Abstände, Schriften, .. %%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%Zeilenabstand
-% \linespread{1}
-
-% Kopf- und Fusszeilen
-\usepackage{scrpage2}
-
-%Setzt den Abstand zwischen den Absätzen auf "groß"
-\setlength{\parskip}\bigskipamount
-
-% thumbindex, header/footer
-\input{layout-extras}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Anfang des Textkörpers %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\begin{document}
-\pagenumbering{roman}
-
-%%% Titel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\include{titel}
-\pagenumbering{Roman}
-
-%%% .. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\include{erklaerung}
-\tableofcontents
-\cleardoublepage
-\pagenumbering{arabic}
-
-\renewcommand*{\dictumwidth}{.45\textwidth}
-
-\newcommand{\miniheading}[1]{\noindent\textsf{\textbf{#1}}\vspace{2mm}\nopagebreak[4]\\}
-\newcommand{\otodo}[1]{\todo[color=green!40]{#1}}
-
-%%% Hauptteil %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\include{kapitel_x}
-
-%%% Anhang %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\appendix
-\renewcommand*{\thesection}{\Alph{section}}
-\addtocounter{secnumdepth}{1}
-
-\include{kapitel_A}
-
-%% Literatur %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\bibliographystyle{dinat}
-\bibliography{bib/literatur}
-
-\nocite{*}
-
-\end{document}
diff --git a/vorlagen/thesis/src/natbib.cfg b/vorlagen/thesis/src/natbib.cfg
deleted file mode 100644
index dae7528..0000000
--- a/vorlagen/thesis/src/natbib.cfg
+++ /dev/null
@@ -1,19 +0,0 @@
-% NATBIB.CFG in Verbindung mit natbib.sty
-% Lorenzen, 2006-01-02
-% diese Konfigurationsdatei wird zuletzt eingelesen und
-% enth"alt die lokal gew"unschten Einstellungen f"ur den
-% Bibliographie-- und Zitierstil
-
-\newcommand{\bibstyle@natdin}%
- {\bibpunct{[}{]}{;}{a}{}{,~}
- \gdef\NAT@biblabelnum##1{\textbf{##1}\\}}
-%% nach dieser Definition wird das label (dinatlabel) fett geschrieben, dann Zeilenumbruch;
-%% darunter der bibliographische Beleg
-
-
-\bibstyle@natdin
-
-%% Einzug der Belege nach der Einordnungsmarke
-\setlength{\bibhang}{7mm}
-
-
diff --git a/vorlagen/thesis/src/titel.tex b/vorlagen/thesis/src/titel.tex
deleted file mode 100644
index 35b4186..0000000
--- a/vorlagen/thesis/src/titel.tex
+++ /dev/null
@@ -1,81 +0,0 @@
-\begin{titlepage}
-\definecolor{winered}{rgb}{0.555,0.063,0.141}
-
-
-\begin{tikzpicture}[remember picture, overlay]
- \node [shift={(4.1cm,-5cm)}] at (current page.north west)
- {%
- \includegraphics[height=3.6cm,keepaspectratio=true]{img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png}
- % Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png: 583x684 pixel, 300dpi, 4.94x5.79 cm, bb=0 0 140 164
- % unilogo.png: 1092x1044 pixel, 100dpi, 27.74x26.52 cm, viewport=0 0 786 752
- };
- \node [shift={(5.75cm,-5.7125cm)}] at (current page.north west)
- {%
- \begin{tikzpicture}[remember picture, overlay]
- \fill[fill=winered] (0,0) rectangle (13cm,1.175mm);
- \end{tikzpicture}
- };
- \node [shift={(-6.75cm,-5.65cm)}] at (current page.north east)
- {
- \parbox{9cm}{
- \begin{flushright}
- \textsf{ \raggedright \large \textbf{Technische Fakultät}}\\
- \vspace{.8mm}
- \textsf{ \large Albert-Ludwigs-Universität, Freiburg}\\
- \vspace{2.8mm}
- \textsf{ \large Lehrstuhl für Kommunikationsysteme}\\
- \vspace{.8mm}
- \textsf{ \large Prof. Dr. Gerhard Schneider}
- \end{flushright}
- }
- };
-
- \node [shift={(7.0cm,4.4cm)}] at (current page.south west)
- {
- \parbox{7cm}{
- \large\noindent\textsf{Max
- Mustermann
- \\\normalsize Matr.-Nr.: 1234567
- }
- }
- };
- \node [shift={(-6.0cm,5.55cm)}] at (current page.south east)
- {%
- \parbox{7cm}{
- \begin{flushright}
- \normalsize
- \noindent\textsf{betreut durch\\}
- \large
- \noindent\textsf{John Doe}\normalsize\\
- \vspace{1.4mm}
- \noindent\textsf{\\Erstprüfer\\}
- \large
- \noindent\textsf{Prof. Dr. Foo Bar}\normalsize\\
- \vspace{1.4mm}
- \noindent\textsf{\\Zweitprüfer\\}
- \large
- \noindent\textsf{Prof. Dr. Bla Blub}\normalsize\\
- \end{flushright}
- }
- };
-
- % Draw a page border
- %\draw (current page.north west) rectangle (current page.south east);
-\end{tikzpicture}
-
-\vspace{7.5cm}
-\hspace{5mm}
-\begin{minipage}[t][6.5cm][t]{14.1cm}
-\large
-\noindent\textsf{Masterarbeit
-\vspace{2.5mm}\\}
-\Large
-\noindent\textsf{\textbf{
-Titel...\vspace{2mm}\\}}
-\small
-\noindent\textsf{\today}
-\end{minipage}
-
-\end{titlepage}
-\thispagestyle{empty}
-\cleardoublepage