Inhaltsverzeichnis und Seitenumbrüche hinzugefügt.

This commit is contained in:
2024-04-14 16:22:49 +02:00
committed by Musab Erdem
parent f0a62ee8bd
commit c2dc0c797a
7 changed files with 26 additions and 1 deletions

4
.gitignore vendored
View File

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

6
content/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz

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

6
settings/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz

View File

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