-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
40 lines (37 loc) · 887 Bytes
/
Copy pathmain.tex
File metadata and controls
40 lines (37 loc) · 887 Bytes
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
\documentclass[a4paper]{article}
%Graphical Import
\usepackage[table,xcdraw]{xcolor}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{verbatim}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm]{geometry}
%Reference imports
\usepackage{hyperref}
\usepackage{authblk}
%Table imports
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{float}
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
%Style imports
\usepackage{enumitem}
\usepackage{tcolorbox}
\usepackage{endnotes}
\title{Experimentieren und Evaluieren}
\author{Oliviero Chiodo}
\affil{Hochschule für Technik Rapperswil}
\date{Frühlingssemster 2015}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{Theorie}
\input{theorie.tex}
\newpage
\section{Beispiele}
\input{praxis.tex}
\end{document}