-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
78 lines (62 loc) · 1.76 KB
/
Copy pathmain.tex
File metadata and controls
78 lines (62 loc) · 1.76 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\documentclass[bibtotocnumbered,titlepage]{scrartcl}
\usepackage{config}
\makeatletter
\newcommand*{\lolnoheading}{\@starttoc{lol}}
\makeatother
\interfootnotelinepenalty=10000
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}
{-2.5ex\@plus -1ex \@minus -.25ex}
{1.25ex \@plus .25ex}
{\normalfont\normalsize\bfseries}}
\makeatother
\setcounter{secnumdepth}{4} % how many sectioning levels to assign numbers to
\setcounter{tocdepth}{4} % how many sectioning levels to show in ToC
%%% Front Page %%%
\title{Title}
\subject{Bachelorthesis}
\author{Vorname Nachname, B.Winf.}
\date{}
\newcommand{\abgabe}{dd Month 2016}
\newcommand{\betreuera}{Prof. Dr. Name \textit{Fachhochschule München}}
\newcommand{\betreuerb}{Herr Name \textit{Unternehmen GmbH}}
%%% Glossar %%%
\makeglossaries
\newglossaryentry{latex}{name=LATEX, description={Lamport TeX}}
\newglossaryentry{tpl}{name=TPL, description={Template}}
%% Config %%
\renewcommand{\cftfigpresnum}{Abb. }
\renewcommand{\cfttabpresnum}{Tab. }
\renewcommand{\cftfigaftersnum}{:}
\renewcommand{\cfttabaftersnum}{:}
\setlength{\cftfignumwidth}{2cm}
\setlength{\cfttabnumwidth}{2cm}
\setlength{\cftfigindent}{0cm}
\setlength{\cfttabindent}{0cm}
%%% Abbildungsverzeichnis %%%
\addbibresource{bibfile.bib}
\begin{document}
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
\maketitle
\input{versicherungUndDanksagung}
\pagebreak
\begingroup
\begin{absolutelyNoPageBreak}
\begin{abstract}
\section*{Abstract}
Abstract
\end{abstract}
\end{absolutelyNoPageBreak}
\endgroup
\pagebreak
\tableofcontents
\pagebreak
\input{diverseVerzeichnisse}
\input{01-einleitung}
\input{02-einfuehrung}
\input{03-implementierung}
\input{04-bewertung}
\input{05-schluss}
\include{literaturverzeichnis}
\end{document}