-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
41 lines (32 loc) · 1.05 KB
/
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
% moved in main_(handout/present).tex:
% % \documentclass[en,hyperref=colorlinks]{sdqbeamer}
% % \documentclass[en]{sdqbeamer}
% \mode<presentation> % ??? what is this for?
\graphicspath{ {./img/} {./logos/} } % add further graphics paths here
\include{setup.tex}
\include{chapters/docs.tex}
\include{chapters/architecture.tex}
\include{chapters/code_examples.tex}
\include{chapters/stats.tex}
\include{chapters/results.tex}
% \include{chapters/motivation.tex} % done
% \include{chapters/related.tex} % done
% \include{chapters/challenges.tex} % done
% \include{chapters/permutation.tex}% done
% \include{chapters/geometric.tex} % done
% \include{chapters/architecture.tex}%done
% \include{chapters/results.tex} % done
% \include{chapters/visualization.tex}%done
% \include{chapters/impact.tex} % done
% \include{chapters/conclusion.tex} % done
\begin{frame}
\huge
What are your Questions?
\end{frame}
\appendix
\beginbackup
% \input{chapters/sources.tex}
% \include{chapters/example.tex}
\input{chapters/backup.tex}
\backupend
\end{document}