forked from Gusser93/DSeA-Vorlesung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVorlesung.tex
63 lines (57 loc) · 1.14 KB
/
Vorlesung.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
63
\documentclass[a4paper,11pt,twoside,draft=false,open=any]{scrbook}
\input{head/paktete}
\input{head/grafik}
\input{head/hyperref}
\input{head/lstlisting}
\input{head/math}
\input{head/macros}
\geometry{left=25mm, right=15mm, bottom=25mm}
\setlength{\parindent}{0em}
\setlength{\headheight}{0em}
\newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1}}
\renewcommand{\thefootnote}{\Roman{footnote}}
\title{Datenstrukturen und effiziente Algorithmen}
\subtitle{Skript zur Vorlesung aus den Mitschriften von}
\author{Markus Vieth \and David Klopp}
\date{\today}
%\renewcommand{\chaptername}{Vorlesung}
\begin{document}
\maketitle
\cleardoublepage
\frontmatter
\input{in/in}
\cleardoublepage
\tableofcontents
\clearpage
\mainmatter
\input{01/01}
\input{02/02}
\input{03/03}
\input{04/04}
\input{05/05}
\input{06/06}
\input{07/07}
\input{08/08}
\input{09/09}
\input{10/10}
\input{11/11}
\input{12/12}
\input{13/13}
\input{14/14}
\input{15/15}
\input{16/16}
\input{17/17}
\input{18/18}
\input{19/19}
\input{20/20}
\input{21/21}
\input{22/22}
\input{23/23}
\input{24/24}
\input{25/25}
\input{26/26}
\input{27/27}
\input{28/28}
\appendix
\listoffigures
\end{document}