-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathasd-notes.tex
82 lines (58 loc) · 1.54 KB
/
asd-notes.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
76
77
78
79
80
81
82
\input{config.tex}
% \includeonly{rel/lez_05_16}
% \includeonly{appendices/exercises}
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=0.50\textwidth]{img/logo.pdf}\par\vspace{1cm} %logo
{\LARGE\bfseries Appunti di Algoritmi e Strutture Dati \par}
\vspace{1cm}
{\Large\bfseries a.a. 2017/2018 \par}
\vspace{1cm}
Autore: \par
{\bfseries \authorName \par}
\vspace{1cm}
Repository: \par
\url{https://github.com/Vashy/ASD-Notes}
\vfill
% Bottom of the page
{\large \today\par}
\end{titlepage}
\tikzset{every tree node/.style={minimum width=2em,draw,circle},
blank/.style={draw=none},
edge from parent/.style=
{draw,edge from parent path={(\tikzparentnode) -- (\tikzchildnode)}},
level distance=1.5cm}
% Da qui comincia la numerazione normale
\pagenumbering{roman}
\setcounter{page}{1}
\newpage
\tableofcontents
\newpage
\frenchspacing
% Da qui comincia la numerazione normale
\pagenumbering{arabic}
\setcounter{page}{1}
\cfoot{\thepage~di~\pageref{TotPages}}
\include{rel/lez_02_28}
\include{rel/lez_03_02}
\include{rel/lez_03_07}
\include{rel/lez_03_08}
\include{rel/lez_03_09}
\include{rel/lez_03_14}
\include{rel/lez_03_15}
\include{rel/lez_03_21}
\include{rel/lez_03_23}
\include{rel/lez_03_28}
\include{rel/lez_03_29}
\include{rel/lez_04_04}
\include{rel/lez_04_05}
\include{rel/lez_04_06}
\include{rel/lez_04_26}
\include{rel/lez_04_27}
\include{rel/lez_05_03}
\include{rel/lez_05_09}
\include{rel/lez_05_16}
\include{appendices/pseudocodes}
\include{appendices/exercises}
\end{document}