diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 19:06:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 19:06:34 +0200 |
commit | 7505fed575d85b9a5ab67dd48ce43a766cac1ab0 (patch) | |
tree | 37dcbf9abf9a42f24fdd906d269816e076511113 | |
parent | fix(templates): Replace licensure by reuse (diff) | |
download | flake-templates-7505fed575d85b9a5ab67dd48ce43a766cac1ab0.tar.gz flake-templates-7505fed575d85b9a5ab67dd48ce43a766cac1ab0.zip |
fix(templates/latex/academia): Also use the init variables in the title
-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 |