17 lines
No EOL
344 B
TeX
17 lines
No EOL
344 B
TeX
\documentclass{beamer}
|
|
\usepackage{palatino}
|
|
\title{Sample title}
|
|
\author{Anonymous}
|
|
\institute{Overleaf}
|
|
\date{2021}
|
|
|
|
\begin{document}
|
|
|
|
\frame{\titlepage}
|
|
|
|
\begin{frame}
|
|
\frametitle{Sample frame title}
|
|
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
|
|
\end{frame}
|
|
|
|
\end{document} |