about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 13:20:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-03 13:20:43 +0200
commit55d71819679b20c2d26557d94eae6b505becaf6e (patch)
treefdc496aca7997b917668e5787514e2d157b67597 /templates
parentchore(build): Re-generate (diff)
downloadflake-templates-55d71819679b20c2d26557d94eae6b505becaf6e.tar.gz
flake-templates-55d71819679b20c2d26557d94eae6b505becaf6e.zip
fix(common/latex/preamble): Fix compilation errors
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/academia/%INIT_APPLICATION_NAME.tex4
l---------[-rw-r--r--]templates/latex/academia/headers/preamble.tex3
2 files changed, 3 insertions, 4 deletions
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
index 110e3a0..c042d48 100644..120000
--- a/templates/latex/academia/headers/preamble.tex
+++ b/templates/latex/academia/headers/preamble.tex
@@ -1,2 +1 @@
-\input{headers/preamble/mod.tex}
-\input{headers/preamble/preamble_local.tex}
+../../../../common/latex/preamble.tex
\ No newline at end of file