about summary refs log tree commit diff stats
path: root/build/latex/presentation/%INIT_APPLICATION_NAME.tex
blob: a04a7ddaf5381cbbc659bd8c8c86143b26bd3b49 (plain) (blame)
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
% LTeX: language=%INIT_LANGUAGE
\documentclass[
  a4paper, 12pt,
  draft,
  % final,
  hyperref={ pdflang=%INIT_DATE_TIME_LANGUAGE },
]{beamer}

\input{headers/preamble.tex}
\input{headers/preamble_local.tex}

\title{\textbf{%INIT_APPLICATION_NAME_STYLIZED}}
\author{%INIT_AUTHOR_NAME \\
\href{mailto:%INIT_AUTHOR_EMAIL}{%INIT_AUTHOR_EMAIL}\\[1cm]
{\small Supervisor: TODO}}
\date{\DTMToday}

% For the copyright section
\SetYears{%INIT_YEAR}
\SetAuthors{%INIT_AUTHOR_NAME}

\logo{\includegraphics[height=1cm]{references/images/logo}}

\usetheme[block=fill]{moloch}

% \setbeameroption{hide notes} % Only slides
% \setbeameroption{show only notes} % Only notes
% \setbeameroption{show notes on second screen} % Both

\pdfpcsetup{
    % Other settings can be package options, or can go here
    duration=10,
}

\makeatletter
\hypersetup{
  pdftitle={\@title},
  pdfsubject={},
  pdfauthor={\@authors},
  pdfkeywords={TODO},
}
\makeatother

\includeonly {
    % lpm::next_chapter_includeonly_marker
}

\begin{document}
\input{content/static/title}

% lpm::next_chapter_marker

\input{content/static/questions}

\appendix
\begin{frame}
	\printbibliography
	\printindex
\end{frame}
\end{document}