diff options
Diffstat (limited to 'templates/latex/academia/%INIT_APPLICATION_NAME.tex')
-rw-r--r-- | templates/latex/academia/%INIT_APPLICATION_NAME.tex | 7 |
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} |