Beamer Template
Screen Presentation with Beamer LaTeX class

Site Map

By Beamer User
 

This article is tried to explain how to use beamer for your presentation. Make it easy to use and more productive. The idea came from a  website of Rouben Rostamian and Beamer manual.

The samples are from beamer manual generating by:
\documentclass{beamer}
\usetheme{@THEME}  % name of theme changed here
\begin{document}
\title{There is No Largest Prime Number}
\subtitle{With an introduction to a new proof technique}
\author{Euklid of Alexandria}
\institute[UA]{Department of Mathematics \ University of Alexandria}
\date{\today}

\begin{frame}[plain]
  \titlepage
\end{frame}

\begin{frame}
    \frametitle{There is No Largest Prime Number}
    \framesubtitle{The proof uses \textit{reductio ad absurdum}.}
    \begin{theorem}
       There is no largest prime number.
    \end{theorem}
    \begin{proof}
        \begin{enumerate}
        \item<1-| alert@1> Suppose $p$ were the largest prime number.
        \item<2-> Let $q$ be the product of the first $p$ numbers.
        \item<3-> Then $q+1$ is not divisible by any of them.
        \item<1-> Thus $q+1$ is also prime and greater than $p$.\qedhere
        \end{enumerate}
    \end{proof}
\end{frame}
\end{document}

Click on any image to see a larger version of it.

Beamer theme Default

 

 

Beamer Templates

Posted In: . By Beamer User

This blog is for showing some Beamer Templates which I've developed. Not only design template by myself but I'm also receive any request from you.

For someone who still don't know what is Beamer stand for, you can read it from The LaTeX Beamer Class for a while.