diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 12:31:16 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 12:31:16 +0200 |
commit | 1cb8504a4dfcf5977411267c80d4ee62a180c2d6 (patch) | |
tree | 69c696740bdc1a8c6b9c205ec0d3c2c47cd2e32b /build/latex/presentation/content/static/title.tex | |
parent | fix(templates/latex/academia/main.tex): Default to `draft` mode (diff) | |
download | flake-templates-1cb8504a4dfcf5977411267c80d4ee62a180c2d6.tar.gz flake-templates-1cb8504a4dfcf5977411267c80d4ee62a180c2d6.zip |
chore(build): Regenerate
Diffstat (limited to 'build/latex/presentation/content/static/title.tex')
-rw-r--r-- | build/latex/presentation/content/static/title.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/build/latex/presentation/content/static/title.tex b/build/latex/presentation/content/static/title.tex new file mode 100644 index 0000000..30ad3d9 --- /dev/null +++ b/build/latex/presentation/content/static/title.tex @@ -0,0 +1,28 @@ +% LTeX: language=%INIT_LANGUAGE + +\maketitle + +% \begin{frame}{Content} +% \setbeamertemplate{section in toc}[sections numbered] +% \tableofcontents[hideallsubsections] +% \end{frame} + +\begin{frame}[fragile]{Copyright} + % TODO: Translate this section (or remove this comment, if your language of choice is English) + + This presentation is available under: + \begin{center} + \url{%INIT_HOME_PAGE} + \end{center} + + \makeatletter + Copyright \textcopyright{} \@authors{} \@years{}\\ + \ \\ + 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 + + % TODO match the logo to your real license + \begin{center}\ccbysa\end{center} +\end{frame} |