diff options
-rw-r--r-- | templates/latex/academia/content/static/title.tex | 7 |
1 files changed, 4 insertions, 3 deletions
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 |