\documentclass[
		master, % type of document: seminar, hausarbeit, bachelor, master, diss
		german, % remove if you want to write in english
		vlba, %institution: agwi, ucc or vlba
		nomencl, % nomenclature on
		hyperref,
		%twoside % two sided output will be generated
	]{mrcc}
%\usepackage{listings}
%\usepackage[pdflatex=true]{gastex} % geht erst mit version 2.9, CTAN hat aber nur 2.8 vorrätig
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Miscanallous Options                                                                                    %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{img/}} % sets Path to figure-folder
%\pgfplotsset{compat=1.6} % pgfplot-fix DOES NOT WORK WITH MACTEX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Styling etc                                                                                             %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{tex/lststyles}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author-related information start here                                                                               %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{Max Mustermann}
\title{Titel der Arbeit}
\bibfiles{literature}
\supervisor{Michael Mustermann}
\prof{Prof. Dr. ABC}
\secondprof{Prof. Dr. DEF}
\abstracten{Your \underline{english} abstract\dots}
\acknowledgments{Danke an meinen tollen Betreuer!}
\dedication{Meinen Eltern\dots} %only for diss
\birthday{01.01.1980} % only for diss
\placeofbirth{Musterland} % only for diss
\reviewer{Prof. A\\ Prof. B} % only for diss
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content starts here...                                                                                  %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
	\lstsettex
	\input{chap/chap1.tex}
	\input{chap/chap2.tex}
	\begin{appendix}
		\chapter{Ein Anhang}
		\dots{}
	\end{appendix}
\end{document}
ument}