diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 12:26:52 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 12:26:52 +0200 |
commit | 8961c2bed80314d79c3d642765128d85632f18e4 (patch) | |
tree | c8235e22d3f7c96fb6538a69d6067ec2f83ce3b2 /templates/latex/presentation/content/static/title.tex | |
parent | feat(common/init): Safe the %INIT_ variables for later use (diff) | |
download | flake-templates-8961c2bed80314d79c3d642765128d85632f18e4.tar.gz flake-templates-8961c2bed80314d79c3d642765128d85632f18e4.zip |
feat(templates/latex/presentation): Init
Diffstat (limited to 'templates/latex/presentation/content/static/title.tex')
-rw-r--r-- | templates/latex/presentation/content/static/title.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/latex/presentation/content/static/title.tex b/templates/latex/presentation/content/static/title.tex new file mode 100644 index 0000000..30ad3d9 --- /dev/null +++ b/templates/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} |