diff options
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} |