-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsicherheitonly.tex
43 lines (36 loc) · 935 Bytes
/
sicherheitonly.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
\documentclass[a4paper,8pt,titlepage]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{listings_glsl}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{esdiff}
\usepackage{float}
\usepackage{placeins}
\usepackage{lscape}
\usepackage{array}
\usepackage{geometry}
\geometry{left=2cm,right=2cm,top=2cm,bottom=2cm,bindingoffset=10mm}
\restylefloat{table}
\usepackage{subcaption}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{shapes}
\title{Sicherheit am Karlsruher Institut für Technologie}
\date{Oktober 2016}
\author{Maximilian Hess}
\begin{document}
%\maketitle
%\tableofcontents
\setcounter{tocdepth}{2}
\setcounter{secnumdepth}{2}
\include{sicherheit}
\end{document}