about summary refs log tree commit diff stats
path: root/templates/latex/academia/%INIT_APPLICATION_NAME.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 11:20:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 11:20:46 +0200
commit4177f8c75622b54ec296b5e683bfcb63b19110f0 (patch)
tree6e568ad48fde3e19ca2d2e67034cb52aab9e7118 /templates/latex/academia/%INIT_APPLICATION_NAME.tex
parentrefactor(templates/latex): Split the preamble up into multiple files (diff)
downloadflake-templates-4177f8c75622b54ec296b5e683bfcb63b19110f0.tar.gz
flake-templates-4177f8c75622b54ec296b5e683bfcb63b19110f0.zip
fix(templates/latex/academia): Adjust to new preamble
Diffstat (limited to '')
-rw-r--r--templates/latex/academia/%INIT_APPLICATION_NAME.tex7
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/latex/academia/%INIT_APPLICATION_NAME.tex b/templates/latex/academia/%INIT_APPLICATION_NAME.tex
index b94aaa2..50131ad 100644
--- a/templates/latex/academia/%INIT_APPLICATION_NAME.tex
+++ b/templates/latex/academia/%INIT_APPLICATION_NAME.tex
@@ -20,12 +20,8 @@
 \hypersetup{
   pdftitle={\@title},
   pdfsubject={},
-  pdfauthor={\@authors},
+  pdfauthor={\AuthorList},
   pdfkeywords={TODO},
-  colorlinks,
-  linkcolor={black},
-  citecolor={black},
-  urlcolor={blue!80!black}
 }
 \makeatother
 
@@ -43,4 +39,5 @@
 
 \clearpage{}
 \printbibliography\relax
+\printindex
 \end{document}