-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject3.tex
More file actions
63 lines (54 loc) · 1.65 KB
/
Copy pathproject3.tex
File metadata and controls
63 lines (54 loc) · 1.65 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
\documentclass[titlepage,oneside,a4paper,10pt]{article}%openright,
\usepackage{a4,graphicx,fancyhdr}
\usepackage[english]{babel}
\usepackage{natbib}
\usepackage[utf8]{inputenc}
\usepackage[bf,footnotesize]{caption}
\usepackage{hyperref}
\usepackage[percent]{overpic}
\usepackage{color}
\usepackage{makeidx}
\usepackage[bottom]{footmisc}
\usepackage{amsmath,amssymb}
\usepackage{subcaption}
\usepackage[rightcaption]{sidecap}
\usepackage{placeins}
\usepackage{float}
\usepackage{listings}
\usepackage{booktabs} % nice tabulars
\usepackage{siunitx} % for proper writing of numbers with units
\usepackage{todonotes} % make notes in latex document
%\input amssym.def
%\input amssym.tex
\setlength{\hoffset}{-1in}%
\setlength{\oddsidemargin}{2cm}%
\setlength{\evensidemargin}{3cm}%
\setlength{\textwidth}{16cm}%
\setlength{\headheight}{15pt}%
\parindent 0pt %Einzug nach eine Absatz mit \par
\pagestyle{fancy}%
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}%
\lhead[\thepage]{\rightmark}%
\rhead[\leftmark]{\thepage}%
\cfoot{}%
\definecolor{middlegray}{rgb}{0.5,0.5,0.5}
\lstset{language=C++,
basicstyle=\ttfamily,
keywordstyle=\color{blue}\ttfamily,
stringstyle=\color{red}\ttfamily,
commentstyle=\color{middlegray}\ttfamily,
morecomment=[l][\color{magenta}]{\#}
}
\bibliographystyle{apalike}
\begin{document}
\include{title}
\pagenumbering{arabic}
\include{1-Introduction}
\include{2-Physical_problem}
\include{3-Algo}
\include{4-Results}
% \include{5-Discussion}
\include{6-Conclusion}
\include{Appendix}
\bibliography{Literatur}
\end{document}