-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.tex
62 lines (50 loc) · 1.19 KB
/
documentation.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass[a4paper]{article}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[margin=2.5cm,columnsep=1cm]{geometry}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\usepackage{tabularx}
\title{CodeCamp: Context Awareness, Entwicklung einer Android-App}
\author{Adrian Kunz, Jan Bingemann, Johann Feser, Michael Prasil, Sven Starcke}
\date{Kassel, den \today}
\newcommand{\singleFigure}[4]{%
\begin{figure}[ht]
\centering
\includegraphics[width=#4]{#1}
\caption{#2}{#3} % #3 is the label, include "\label{" and "}"!
\end{figure}
}
\newcommand{\cfigure}[3]{%
\singleFigure{#1}{#2}{#3}{0.4 \columnwidth}
}
\newcommand{\cfigureLarge}[3]{%
\singleFigure{#1}{#2}{#3}{0.8 \columnwidth}
}
\newcommand{\dfigure}[4]{%
\begin{figure}[ht]
\centering
\includegraphics[width=0.4 \columnwidth]{#1}
\hspace{\columnsep}
\includegraphics[width=0.4 \columnwidth]{#2}
\caption{#3}{#4}
\end{figure}
}
\newcommand{\gqq}[1]{%
\glqq{}#1\grqq{}%
}
\begin{document}
\vbox{
\centering
\includegraphics{figures/title.png}
\maketitle
}
\newpage
\tableofcontents
\newpage
\input{einleitung}
\input{anwendung}
\input{architektur}
\input{anhang}
\end{document}