diff options
Diffstat (limited to 'presentation.tex')
| -rw-r--r-- | presentation.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex new file mode 100644 index 0000000..906033e --- /dev/null +++ b/presentation.tex @@ -0,0 +1,22 @@ +\documentclass{beamer} +\usepackage{bookmark} + +%Information to be included in the title page: +\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}
\ No newline at end of file |
