init-projects/latex/presentation/slides.tex

28 lines
382 B
TeX
Raw Normal View History

2023-10-03 12:08:51 +02:00
\documentclass{beamer}
\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}
\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]
\begin{center}
\Large\textbf{Bye, world.}
\end{center}
\end{frame}
2023-10-03 12:08:51 +02:00
\end{document}