introduction to beamer ppt code example
Example: introduction to beamer ppt
\documentclass{beamer}
\usepackage[utf8]{inputenc}
%Information to be included in the title page:
\title{Sample title}
\author{Anonymous}
\institute{Overleaf}
\date{2014}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Sample frame title}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\end{frame}
\end{document}