2023-10-03 12:08:51 +02:00
|
|
|
\documentclass{beamer}
|
|
|
|
|
2023-12-05 19:28:10 +01:00
|
|
|
\usepackage[]{projektor}
|
2023-10-03 12:08:51 +02:00
|
|
|
|
|
|
|
\title{TITLE}
|
|
|
|
\author{YOU}
|
|
|
|
\date{}
|
|
|
|
|
|
|
|
|
2024-05-07 12:51:45 +02:00
|
|
|
\begin{document}
|
2023-10-03 12:08:51 +02:00
|
|
|
\maketitle
|
|
|
|
|
2024-02-01 15:17:30 +01:00
|
|
|
\begin{frame}[t,plain]{\contentsname}
|
2023-10-03 12:08:51 +02:00
|
|
|
\tableofcontents
|
|
|
|
\end{frame}
|
|
|
|
|
2024-05-07 12:51:45 +02:00
|
|
|
|
2023-10-03 12:08:51 +02:00
|
|
|
\section{SECTION}
|
|
|
|
\begin{frame}{TITLE}
|
2024-02-01 15:17:30 +01:00
|
|
|
Hello, world!
|
2023-10-03 12:08:51 +02:00
|
|
|
\end{frame}
|
|
|
|
|
2024-02-01 15:17:30 +01:00
|
|
|
\begin{frame}[plain,noframenumbering]
|
2023-12-05 19:28:10 +01:00
|
|
|
\begin{center}
|
|
|
|
\Large\textbf{Bye, world.}
|
|
|
|
\end{center}
|
|
|
|
\end{frame}
|
|
|
|
|
2023-10-03 12:08:51 +02:00
|
|
|
\end{document}
|