From b8c4bde9cdd7a516a07b7a86f60b1c464c27e2fe Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 18 Jun 2025 16:36:36 +0200 Subject: init --- stylefiles/slides/example-talk.tex | 70 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 stylefiles/slides/example-talk.tex (limited to 'stylefiles/slides/example-talk.tex') diff --git a/stylefiles/slides/example-talk.tex b/stylefiles/slides/example-talk.tex new file mode 100644 index 0000000..731e81f --- /dev/null +++ b/stylefiles/slides/example-talk.tex @@ -0,0 +1,70 @@ +\documentclass[aspectratio=169,t]{beamer} +\input taler-macros + +\newcommand{\TITLE}{NEXT \\ GENERATION \\ INTERNET} +\newcommand{\SUB}{here goes the subtitle, leave blank if none} +\newcommand{\AUTHOR}{One or more authors} +\newcommand{\SPEAKER}{Name of speaker} +\newcommand{\INST}{Put company name etc here} +\newcommand{\DATE}{Another field in the title, typically used for stating the conference} + +% Do not edit this part +\title{\TITLE} +\subtitle{\SUB} +\date{\DATE} +\author[\SPEAKER]{\AUTHOR} +\institute{\INST} + +\begin{document} + +\begin{frame}[plain] +\maketitle +\end{frame} + +\begin{frame}{Dummy title} +{dummy subtitle} + some text +\end{frame} + +\begin{frame}{Another page, another title} +text + + \url{https://codeblau.de} + +\end{frame} + + + + +% This should be last... +\begin{frame}{Acknowledgments} + + \begin{minipage}{0.45\textwidth} \ \\ + {\tiny Funded by the European Union (Project 101135475).} + + \begin{center} + \includegraphics[width=0.5\textwidth]{../bandera.jpg} + \end{center} + \end{minipage} + \hfill + \begin{minipage}{0.45\textwidth} + {\tiny Funded by SERI (HEU-Projekt 101135475-TALER).} + + \begin{center} + \includegraphics[width=0.65\textwidth]{../sbfi.jpg} + \end{center} + \end{minipage} + + \vfill + + {\tiny + + Views and opinions expressed are however those of the author(s) only + and do not necessarily reflect those of the European Union. Neither the + European Union nor the granting authority can be held responsible for + them. + + } +\end{frame} + +\end{document} -- cgit v1.2.3