summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRefik Hadzialic2012-03-27 12:20:13 +0200
committerRefik Hadzialic2012-03-27 12:20:13 +0200
commit0133f24d91019ab1fae941b53704e7fb99c502b2 (patch)
tree6a2261918f8463dd2ab9f36d033f594de267f9cb
parentdeleted (diff)
downloadmalign-0133f24d91019ab1fae941b53704e7fb99c502b2.tar.gz
malign-0133f24d91019ab1fae941b53704e7fb99c502b2.tar.xz
malign-0133f24d91019ab1fae941b53704e7fb99c502b2.zip
Templates for the latex!
-rw-r--r--vorlagen/.gitignore9
-rw-r--r--vorlagen/doc/How to write a thesis.pdfbin0 -> 383205 bytes
-rw-r--r--vorlagen/doc/The Comprehensive LaTeX Symbol List.pdfbin0 -> 4387686 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/Makefile13
-rw-r--r--vorlagen/thesis/maindoc.pdfbin0 -> 126679 bytes
-rw-r--r--vorlagen/thesis/src/Makefile25
-rw-r--r--vorlagen/thesis/src/bib/literatur.bib7
-rw-r--r--vorlagen/thesis/src/erklaerung.tex30
-rw-r--r--vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.pngbin0 -> 25982 bytes
-rw-r--r--vorlagen/thesis/src/img/siegel.pngbin0 -> 1217444 bytes
-rw-r--r--vorlagen/thesis/src/kapitel_A.tex16
-rw-r--r--vorlagen/thesis/src/kapitel_x.tex18
-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, 960 insertions, 0 deletions
diff --git a/vorlagen/.gitignore b/vorlagen/.gitignore
new file mode 100644
index 0000000..22d3153
--- /dev/null
+++ b/vorlagen/.gitignore
@@ -0,0 +1,9 @@
+*.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
new file mode 100644
index 0000000..ab51bf9
--- /dev/null
+++ b/vorlagen/doc/How to write a thesis.pdf
Binary files differ
diff --git a/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf b/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf
new file mode 100644
index 0000000..ae7de6e
--- /dev/null
+++ b/vorlagen/doc/The Comprehensive LaTeX Symbol List.pdf
Binary files differ
diff --git a/vorlagen/packages/inconsolata/ei1fi4.fd b/vorlagen/packages/inconsolata/ei1fi4.fd
new file mode 100644
index 0000000..6347cd4
--- /dev/null
+++ b/vorlagen/packages/inconsolata/ei1fi4.fd
@@ -0,0 +1,18 @@
+% 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
new file mode 100644
index 0000000..daac879
--- /dev/null
+++ b/vorlagen/packages/inconsolata/inconsolata.sty
@@ -0,0 +1,39 @@
+% 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
new file mode 100644
index 0000000..417d6e2
--- /dev/null
+++ b/vorlagen/packages/inconsolata/ly1fi4.fd
@@ -0,0 +1,16 @@
+% 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
new file mode 100644
index 0000000..34d1c7f
--- /dev/null
+++ b/vorlagen/packages/inconsolata/ot1fi4.fd
@@ -0,0 +1,15 @@
+% 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
new file mode 100644
index 0000000..d1225d9
--- /dev/null
+++ b/vorlagen/packages/inconsolata/qxfi4.fd
@@ -0,0 +1,15 @@
+% 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
new file mode 100644
index 0000000..63de124
--- /dev/null
+++ b/vorlagen/packages/inconsolata/t1fi4.fd
@@ -0,0 +1,15 @@
+% 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
new file mode 100644
index 0000000..4d4f112
--- /dev/null
+++ b/vorlagen/packages/inconsolata/ts1fi4.fd
@@ -0,0 +1,18 @@
+% 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
new file mode 100644
index 0000000..e1122c3
--- /dev/null
+++ b/vorlagen/packages/todonotes/todonotes.sty
@@ -0,0 +1,336 @@
+%%
+%% 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
new file mode 100644
index 0000000..5d0a0fe
--- /dev/null
+++ b/vorlagen/thesis/Makefile
@@ -0,0 +1,13 @@
+all:
+ cd src; make
+ cp maindoc.pdf ../../../Dropbox/Public/
+
+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
new file mode 100644
index 0000000..d9da3d8
--- /dev/null
+++ b/vorlagen/thesis/maindoc.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/Makefile b/vorlagen/thesis/src/Makefile
new file mode 100644
index 0000000..a57a10f
--- /dev/null
+++ b/vorlagen/thesis/src/Makefile
@@ -0,0 +1,25 @@
+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
new file mode 100644
index 0000000..00702b4
--- /dev/null
+++ b/vorlagen/thesis/src/bib/literatur.bib
@@ -0,0 +1,7 @@
+@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
new file mode 100644
index 0000000..8b1df81
--- /dev/null
+++ b/vorlagen/thesis/src/erklaerung.tex
@@ -0,0 +1,30 @@
+\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 \\(Place, Date)
+\end{minipage}\hfill{}
+\begin{minipage}[t][1\totalheight]{0.45\textwidth}
+Unterschrift \\(Signature)
+\end{minipage}
+
+\newpage{}
+\section*{\vfill{}
+Acknowledgment}
+
+The author would like to thank his supervisors Konrad Meier and Dennis Wehrle for their help
+and support during the thesis work. Beside the help from the supervisors the author
+would like to thank his family and friends who supported him through his master studies and
+the entire department for the support, free coffee and to Prof. Dr. Gerhard Schneider for
+making available all the required hardware.
+
+
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
new file mode 100644
index 0000000..bd28939
--- /dev/null
+++ b/vorlagen/thesis/src/img/Uni_Logo-blau-Wappen-li_E1_A4_CMYK.png
Binary files differ
diff --git a/vorlagen/thesis/src/img/siegel.png b/vorlagen/thesis/src/img/siegel.png
new file mode 100644
index 0000000..1cff269
--- /dev/null
+++ b/vorlagen/thesis/src/img/siegel.png
Binary files differ
diff --git a/vorlagen/thesis/src/kapitel_A.tex b/vorlagen/thesis/src/kapitel_A.tex
new file mode 100644
index 0000000..5d57ccc
--- /dev/null
+++ b/vorlagen/thesis/src/kapitel_A.tex
@@ -0,0 +1,16 @@
+\addchap{Appendix}
+\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
new file mode 100644
index 0000000..c0f74f9
--- /dev/null
+++ b/vorlagen/thesis/src/kapitel_x.tex
@@ -0,0 +1,18 @@
+\setchapterpreamble[u]{%
+ \dictum[Platon] {Der Anfang ist die Hälfte des Ganzen}
+}
+\chapter{Introduction to GSM and GPS}
+
+\chapter{Assisted GPS}
+
+\chapter{Radio Resource Location Protocol}
+
+\chapter {Working}
+\section{Zitieren..}
+citep: \citep{kopka1997latex} \\
+citet: \citet{kopka1997latex}
+
+\chapter{System}
+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}
+
+\chapter{Conclusion}
diff --git a/vorlagen/thesis/src/layout-extras.tex b/vorlagen/thesis/src/layout-extras.tex
new file mode 100644
index 0000000..0f2ee8e
--- /dev/null
+++ b/vorlagen/thesis/src/layout-extras.tex
@@ -0,0 +1,93 @@
+
+\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
new file mode 100644
index 0000000..984fe72
--- /dev/null
+++ b/vorlagen/thesis/src/maindoc.tex
@@ -0,0 +1,177 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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,english]{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
new file mode 100644
index 0000000..dae7528
--- /dev/null
+++ b/vorlagen/thesis/src/natbib.cfg
@@ -0,0 +1,19 @@
+% 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
new file mode 100644
index 0000000..7c18d53
--- /dev/null
+++ b/vorlagen/thesis/src/titel.tex
@@ -0,0 +1,81 @@
+\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{Refik Had\v{z}iali\'{c}
+ \\\normalsize
+ }
+ }
+ };
+ \node [shift={(-6.0cm,5.55cm)}] at (current page.south east)
+ {%
+ \parbox{7cm}{
+ \begin{flushright}
+ \normalsize
+ \noindent\textsf{Supervised by\\}
+ \large
+ \noindent\textsf{M.Sc. Konrad Meier \\ M.Sc. Dennis Wehrle}\normalsize\\
+ \vspace{1.4mm}
+ \noindent\textsf{\\First Examiner\\}
+ \large
+ \noindent\textsf{Prof. Dr. Gerhard Schneider}\normalsize\\
+ \vspace{1.4mm}
+ \noindent\textsf{\\Second Examiner\\}
+ \large
+ \noindent\textsf{Prof. Dr. Christian Schindelhauer}\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{Master thesis
+\vspace{2.5mm}\\}
+\Large
+\noindent\textsf{\textbf{
+Mobile Assisted GPS Localization in GSM Networks
+\vspace{2mm}\\}}
+\small
+\noindent\textsf{\today}
+\end{minipage}
+
+\end{titlepage}
+\thispagestyle{empty}
+\cleardoublepage