init-projects/latex/presentation/slides.tex
2024-10-08 10:28:00 +02:00

27 lines
382 B
TeX

\documentclass{beamer}
\usepackage[]{projektor}
\title{TITLE}
\author{YOU}
\date{}
\begin{document}
\maketitle
\begin{frame}[t,plain]{\contentsname}
\tableofcontents
\end{frame}
\section{SECTION}
\begin{frame}{TITLE}
Hello, world!
\end{frame}
\begin{frame}[plain,noframenumbering]
\begin{center}
\Large\textbf{Bye, world.}
\end{center}
\end{frame}
\end{document}