forked from Zyranix/ADM2-Lecture-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
full.tex
77 lines (60 loc) · 1.63 KB
/
full.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
64
65
66
67
68
69
70
71
72
73
74
75
\documentclass[fancyfoot, git]{mkessler-script}
\course{Discrete Optimization - ADM2}
\lecturer{Prof. Dr. Tom McCormick}
\assistant{Svenja Griesbach and Sarah Morell}
\studentassistant{Christos Pavlidis}
\author{Simon (Morpheus) Cyrani}
\usepackage{scyrani-discopt}
% \setuptodonotes{disable}
\restatesetup{strict=true}
\usepackage{grffile}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\maketitle
\import{inputs/}{abstract.tex}
%Table of contents
\cleardoublepage
\tableofcontents
%List of lectures with their corresponding keywords
\cleardoublepage
\summaryoflectures
\cleardoublepage
% start lectures
\part{Lecture notes}
\import{inputs/lectures/}{lec_01.tex}
\import{inputs/lectures/}{lec_02.tex}
\import{inputs/lectures/}{lec_03.tex}
\import{inputs/lectures/}{lec_04.tex}
\import{inputs/lectures/}{lec_05.tex}
\import{inputs/lectures/}{lec_06.tex}
\import{inputs/lectures/}{lec_07.tex}
\import{inputs/lectures/}{lec_08.tex}
\import{inputs/lectures/}{lec_09.tex}
\import{inputs/lectures/}{lec_10.tex}
\import{inputs/lectures/}{lec_11.tex}
\import{inputs/lectures/}{lec_12.tex}
\import{inputs/lectures/}{lec_13.tex}
\import{inputs/lectures/}{lec_14.tex}
\import{inputs/lectures/}{lec_15.tex}
\import{inputs/lectures/}{lec_16.tex}
% end lectures
%Start appendix
\cleardoublepage
\appendix
\part{Appendix}
%Exercises of the lecture
\import{inputs/exercises/}{exercises.tex}
%Explanation of environments
\cleardoublepage
% \import{inputs/}{environments.tex}
%Index
\cleardoublepage
\printvocabindex
%Image attributions
\cleardoublepage
\printimageattributions
%Literature
\cleardoublepage
\printliterature
\end{document}