-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
executable file
·47 lines (42 loc) · 1.13 KB
/
main.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
\documentclass[a4paper,11pt]{article}
\usepackage[a4paper,left=3cm,right=3cm,top=2cm,bottom=2cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage[onehalfspacing]{setspace}
\usepackage{hyperref}
\usepackage{caption}
\renewcommand{\listoffigures}{
\begingroup
\tocsection
\tocfile{\listfigurename}{lof}
\endgroup
}
\bibliographystyle{ieeetr}
\counterwithin{figure}{section}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\captionsetup[figure]{font=small,labelfont=small}
\emergencystretch=1cm
\title{Das Social-Media-Verhalten von Jugendlichen}
\author{Karl Zschiebsch}
\begin{document}
\parindent0.4cm
\maketitle
\tableofcontents
\newpage
\listoffigures
\include{chapter/introduction.tex}
\include{chapter/research.tex}
\include{chapter/method.tex}
\include{chapter/evaluation.tex}
\include{chapter/discussion.tex}
\include{chapter/summary.tex}
\bibliography{references.bib}
\end{document}