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/questions.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/questions.tex')
-rw-r--r-- | templates/latex/presentation/content/static/questions.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/latex/presentation/content/static/questions.tex b/templates/latex/presentation/content/static/questions.tex new file mode 100644 index 0000000..40c3803 --- /dev/null +++ b/templates/latex/presentation/content/static/questions.tex @@ -0,0 +1,10 @@ +% LTeX: language=%INIT_LANGUAGE + +{ +\logo{} + +\begin{frame}[standout] + % TODO change to your needed language + \shadowtext{Questions?} +\end{frame} +} |