From 5d9be1742bbf7c6be361c1580ecbb22480b655fa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 13:15:42 +0200 Subject: fix(templates/latex/presentation): Get to compile --- templates/latex/presentation/content/static/questions.tex | 2 +- templates/latex/presentation/content/static/title.tex | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/latex/presentation/content') diff --git a/templates/latex/presentation/content/static/questions.tex b/templates/latex/presentation/content/static/questions.tex index 40c3803..21126c5 100644 --- a/templates/latex/presentation/content/static/questions.tex +++ b/templates/latex/presentation/content/static/questions.tex @@ -5,6 +5,6 @@ \begin{frame}[standout] % TODO change to your needed language - \shadowtext{Questions?} + Questions? \end{frame} } diff --git a/templates/latex/presentation/content/static/title.tex b/templates/latex/presentation/content/static/title.tex index 30ad3d9..9078b0c 100644 --- a/templates/latex/presentation/content/static/title.tex +++ b/templates/latex/presentation/content/static/title.tex @@ -15,13 +15,11 @@ \url{%INIT_HOME_PAGE} \end{center} - \makeatletter - Copyright \textcopyright{} \@authors{} \@years{}\\ + Copyright \textcopyright{} \AuthorList{} \YearList{}\\ \ \\ 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} -- cgit 1.4.1