From 7505fed575d85b9a5ab67dd48ce43a766cac1ab0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 19:06:34 +0200 Subject: fix(templates/latex/academia): Also use the init variables in the title --- templates/latex/academia/content/static/title.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/latex/academia/content') diff --git a/templates/latex/academia/content/static/title.tex b/templates/latex/academia/content/static/title.tex index e4a833d..7398508 100644 --- a/templates/latex/academia/content/static/title.tex +++ b/templates/latex/academia/content/static/title.tex @@ -1,14 +1,15 @@ -% LTeX: language=en-GB +% LTeX: language=%INIT_LANGUAGE \maketitle \tableofcontents \vspace*{\fill} \makeatletter +% TODO: Translate this section (or remove this comment, if your language of choice is English) Copyright \textcopyright{} \@authors{} \@years{}\\ \ \\ -This work is licensed under the terms of the CC BY-SA 4.0 licence. -The licence text can be found online at \url{http://creativecommons.org/licenses/by-sa/4.0/legalcode}. +This work is licensed under the terms of the %INIT_SPDX_LICENSE_IDENTIFIER licence. +The licence text can be found online at \url{%INIT_LICENSE_URL}. \ \makeatother \clearpage -- cgit 1.4.1