-
Notifications
You must be signed in to change notification settings - Fork 0
/
mrcc.tex
51 lines (47 loc) · 2.37 KB
/
mrcc.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[
master, % type of document: seminar, 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}