-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdmath.tex
59 lines (50 loc) · 1.5 KB
/
dmath.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
\documentclass[a4paper,10pt,smallheadings,twocolumn]{scrartcl}
\usepackage{times}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{verbatimbox}
\usepackage[autostyle=true,german=quotes]{csquotes}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[top=2cm,right=2cm,bottom=3cm,left=2cm]{geometry}
\usepackage{fancyhdr}
\usepackage[lastpage,user]{zref}
\usepackage{multirow}
\newcommand{\Title}{Diskrete Mathematik}
\newcommand{\Author}{Patrick Bucher \& Lukas Arnold}
\newcommand{\Date}{\today}
\title{\Title}
\date{\Date}
\author{\Author}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\Title}
\fancyhead[R]{\Author}
\fancyfoot[L]{DMATH}
\fancyfoot[C]{\Date}
\fancyfoot[R]{Seite \thepage\ von \zpageref{LastPage}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\setlength{\columnsep}{1cm}
\setlength{\parindent}{0cm}
\begin{document}
\maketitle
\thispagestyle{fancy}
\tableofcontents
\clearpage
\input{./lessons/01-Foundations.tex}
\input{./lessons/02-Structures.tex}
\input{./lessons/03-Fundamentals.tex}
\input{./lessons/04-Reasoning.tex}
\input{./lessons/05-Counting.tex}
\input{./lessons/06-Probability-1.tex}
\input{./lessons/07-Probability-2.tex}
\input{./lessons/08-Advanced-Counting.tex}
\input{./lessons/09-Zahlentheorie-1.tex}
\input{./lessons/10-Zahlentheorie-2.tex}
\input{./lessons/11-Zahlentheorie-3.tex}
\input{./lessons/12-Graphentheorie-1.tex}
\input{./lessons/13-Graphentheorie-2.tex}
\input{./lessons/14-Graphentheorie-3.tex}
\end{document}