From 55d71819679b20c2d26557d94eae6b505becaf6e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 3 Oct 2024 13:20:43 +0200 Subject: fix(common/latex/preamble): Fix compilation errors --- templates/latex/academia/%INIT_APPLICATION_NAME.tex | 4 ++-- templates/latex/academia/headers/preamble.tex | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 120000 templates/latex/academia/headers/preamble.tex (limited to 'templates') diff --git a/templates/latex/academia/%INIT_APPLICATION_NAME.tex b/templates/latex/academia/%INIT_APPLICATION_NAME.tex index 50131ad..a5fe645 100644 --- a/templates/latex/academia/%INIT_APPLICATION_NAME.tex +++ b/templates/latex/academia/%INIT_APPLICATION_NAME.tex @@ -13,8 +13,8 @@ \date{\DTMToday} % For the copyright section -\years{%INIT_YEAR} -\authors{%INIT_AUTHOR_NAME} +\SetYears{%INIT_YEAR} +\SetAuthors{%INIT_AUTHOR_NAME} \makeatletter \hypersetup{ diff --git a/templates/latex/academia/headers/preamble.tex b/templates/latex/academia/headers/preamble.tex deleted file mode 100644 index 110e3a0..0000000 --- a/templates/latex/academia/headers/preamble.tex +++ /dev/null @@ -1,2 +0,0 @@ -\input{headers/preamble/mod.tex} -\input{headers/preamble/preamble_local.tex} diff --git a/templates/latex/academia/headers/preamble.tex b/templates/latex/academia/headers/preamble.tex new file mode 120000 index 0000000..c042d48 --- /dev/null +++ b/templates/latex/academia/headers/preamble.tex @@ -0,0 +1 @@ +../../../../common/latex/preamble.tex \ No newline at end of file -- cgit 1.4.1