% 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]{resources/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={\AuthorList}, 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 \end{frame} \end{document}