You are on page 1of 1

\documentclass{beamer}

\usecolortheme{beetle}
\title{Welcome to Beamer}
\author{Deepti Sharma}
\institute{GNDEC}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
% beamer's \maketitle
\end{frame}
\begin{frame}
\frametitle{Presentations with beamer: Frames}
\begin{itemize}
\item Use \alert{frametitle} to give the frame a
\pause \item title.
\item Then \textcolor{green}{add} content to the frame.
\item The source for this frame looks like ...
\end{itemize}
\end{frame}
\begin{frame}
\begin{block}{Interesting Fact}
This is important.
\end{block}
\end{frame}
\end{document}

You might also like