about summary refs log tree commit diff stats
path: root/build/latex/presentation/%INIT_APPLICATION_NAME.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 13:48:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 13:48:21 +0200
commit0a269caba85895d86ab2caf6aa5f0bd14643b4b1 (patch)
treebebffe87939587b992139aac311f591c353a0cf3 /build/latex/presentation/%INIT_APPLICATION_NAME.tex
parentrefactor(common/scritps/latex/extract_text_from_all): Remove (diff)
downloadflake-templates-0a269caba85895d86ab2caf6aa5f0bd14643b4b1.tar.gz
flake-templates-0a269caba85895d86ab2caf6aa5f0bd14643b4b1.zip
chore(build): Recreate
Diffstat (limited to 'build/latex/presentation/%INIT_APPLICATION_NAME.tex')
-rw-r--r--build/latex/presentation/%INIT_APPLICATION_NAME.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/latex/presentation/%INIT_APPLICATION_NAME.tex b/build/latex/presentation/%INIT_APPLICATION_NAME.tex
index a04a7dd..dc63700 100644
--- a/build/latex/presentation/%INIT_APPLICATION_NAME.tex
+++ b/build/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}