From 5d9be1742bbf7c6be361c1580ecbb22480b655fa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 13:15:42 +0200 Subject: fix(templates/latex/presentation): Get to compile --- templates/latex/presentation/%INIT_APPLICATION_NAME.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/latex/presentation/%INIT_APPLICATION_NAME.tex') diff --git a/templates/latex/presentation/%INIT_APPLICATION_NAME.tex b/templates/latex/presentation/%INIT_APPLICATION_NAME.tex index a04a7dd..dc63700 100644 --- a/templates/latex/presentation/%INIT_APPLICATION_NAME.tex +++ b/templates/latex/presentation/%INIT_APPLICATION_NAME.tex @@ -19,7 +19,7 @@ \SetYears{%INIT_YEAR} \SetAuthors{%INIT_AUTHOR_NAME} -\logo{\includegraphics[height=1cm]{references/images/logo}} +\logo{\includegraphics[height=1cm]{resources/images/logo}} \usetheme[block=fill]{moloch} @@ -36,7 +36,7 @@ \hypersetup{ pdftitle={\@title}, pdfsubject={}, - pdfauthor={\@authors}, + pdfauthor={\AuthorList}, pdfkeywords={TODO}, } \makeatother @@ -55,6 +55,5 @@ \appendix \begin{frame} \printbibliography - \printindex \end{frame} \end{document} -- cgit 1.4.1