init-projects/latex/presentation/slides.tex
2023-10-03 12:08:51 +02:00

24 lines
300 B
TeX

\documentclass{beamer}
\usepackage{projektor}
\title{TITLE}
\author{YOU}
\date{}
\begin{document}
\maketitle
\begin{frame}[t, plain]{Plan}
\tableofcontents
\end{frame}
\section{SECTION}
\begin{frame}{TITLE}
Hello, world!
\end{frame}
\section*{\hspace*{15mm} Bye, world.}
\end{document}