Compare commits

..

2 Commits

5 changed files with 14 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
*.fls
*.log
*.synctex.gz
*.toc
*.out

View File

@@ -0,0 +1,4 @@
\section{Kapitel 1}
\subsection{Unterkapitel 1}
\subsubsection{Unterunterkapitel 1}
\lipsum[]

BIN
main.pdf

Binary file not shown.

View File

@@ -9,6 +9,10 @@
\input{settings/titlepage.tex}
\pagebreak
\tableofcontents
\pagebreak
\input{content/01_sperrvermerk.tex}
\input{content/02_eidesstattliche_erklaerung.tex}
\input{content/03_kurzzusammenfassung.tex}
@@ -16,6 +20,7 @@
\input{content/05_vorwort.tex}
\input{content/06_verzeichnisse.tex}
\pagebreak
\input{content/07_chapter1.tex}
\input{content/98_literaturverzeichnis.tex}

View File

@@ -3,6 +3,8 @@
\usepackage[german]{babel}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{lipsum}
\usepackage{hyperref}
% Schriftart: serifenbehaftet
\usepackage{times}