From ff14f9474303784518589fd0ea1ad4b44dbc7161 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 23:10:25 +0200 Subject: feat(latex): Update to my current SOTA --- templates/latex/content/static/title.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/latex/content/static/title.tex (limited to 'templates/latex/content/static/title.tex') diff --git a/templates/latex/content/static/title.tex b/templates/latex/content/static/title.tex new file mode 100644 index 0000000..e4a833d --- /dev/null +++ b/templates/latex/content/static/title.tex @@ -0,0 +1,14 @@ +% LTeX: language=en-GB + +\maketitle + +\tableofcontents +\vspace*{\fill} +\makeatletter +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}. +\ +\makeatother +\clearpage -- cgit 1.4.1