-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmaster.tex
More file actions
61 lines (44 loc) · 1.27 KB
/
master.tex
File metadata and controls
61 lines (44 loc) · 1.27 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
\documentclass[11pt,a4paper]{scrartcl}
\let\chapter\section
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{gauss}
\usepackage{listings}
\usepackage{tabularx}
\usepackage{xfrac}
\usepackage{array}
\usepackage{showidx}
\usepackage[german, ruled, vlined]{algorithm2e}
\pagestyle{fancy}
\DeclareMathOperator*{\xor}{xor}%
\author{\textbf{Alexander Weigl} \and Martin Kock \and Timmie Yuen \and Daniel Wahlscheid \and Thomas Schrader}
\title{Übungen - Angewandte Kryptologie}
\newcommand{\qed}{\hfill \textbf{\#} }
\newcommand{\imp}{\Rightarrow}
\newcommand{\gdw}{\Leftrightarrow}
\renewcommand{\thesubsubsection}{\alph{subsubsection}}
\newcommand{\INT}{\mathbb{Z}}
\fancyhead[L]{\small{\today}}
%\includeonly{chapters/06}
\usepackage[bookmarks=true,unicode=true]{hyperref}
\hypersetup{pdftitle={Übungen Angewandte Kryptologie SS11@fh-trier},pdfauthor={Alexander Weigl, et al}}
\begin{document}
\maketitle
\tableofcontents
\newpage
\include{chapters/01}
\include{chapters/02}
\include{chapters/wuerfel}
\include{chapters/03}
\include{chapters/04}
\include{chapters/05}
\include{chapters/06}
\include{chapters/07}
\include{chapters/08}
\include{chapters/09}
\end{document}