forked from NorfairKing/kansrekenen-notities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
42 lines (29 loc) · 751 Bytes
/
main.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
\documentclass[12pt,a4paper,oneside]{book}
\usepackage[latin1]{inputenc}
\usepackage[dutch]{babel}
\input{packages}
\input{header}
\immediate\write18{git rev-parse --short HEAD > commit.tex}
\begin{document}
\input{titelpagina}
\tableofcontents
\subfile{voorkennis}
\subfile{combinatoriek}
\subfile{kansruimten}
\subfile{stochastische-veranderlijken}
\subfile{bivariate-verdelingen}
\subfile{benaderingen-van-verdelingen}
\subfile{voorbeelden}
\subfile{oefeningen}
\subfile{algoritmes}
\subfile{examenvragen}
\appendix
\subfile{oproep}
\nocite{krI}
\bibliographystyle{plain}
\bibliography{kansrekenen-notities}
\includepdf[pages=-]{assets/tabellen.pdf}
\includepdf[pages=-]{assets/formularium.pdf}
\printindex
\listoftodos
\end{document}