A Ready-made Beamer Presentation Template

Beamer, LaTeX, Slide Presentation
Beamer presentation picture
Image created by Enayetur Raheem

In this article, a beamer template is provided which can be used as is or with minimum modification. Beamer is used among the scientific community to produce beautiful and fancy presentations where the content is predominantly mathematical. Powerpoint is perhaps better suited for non-mathematical presentations, whereas beamer shines in there.

Please copy the following codes and paste it in your favorite TeX processor (for example, WinEdt).

Change log:
December 19, 2009: First published.
COPY the following code or download it from the bottom of this article.

\documentclass{beamer}
\usetheme{Madrid} % My favorite!
%\usetheme{Boadilla} % Pretty neat, soft color.
%\usetheme{default}
%\usetheme{Warsaw}
%\usetheme{Bergen} % This template has nagivation on the left
%\usetheme{Frankfurt} % Similar to the default 
%with an extra region at the top.
%\usecolortheme{seahorse} % Simple and clean template
%\usetheme{Darmstadt} % not so good
% Uncomment the following line if you want %
% page numbers and using Warsaw theme%
% \setbeamertemplate{footline}[page number]
%\setbeamercovered{transparent}
\setbeamercovered{invisible}
% To remove the navigation symbols from 
% the bottom of slides%
\setbeamertemplate{navigation symbols}{} 
%
\usepackage{graphicx}
%\usepackage{bm}         % For typesetting bold math (not \mathbold)
%\logo{\includegraphics[height=0.6cm]{yourlogo.eps}}
%
\title[Short title of the talk]{Beautiful Presentation using Beamer}
\author{Name of the Speaker}
\institute[U of X]
{
University of [...] \\
\medskip
{\emph{email@domain.ca}}
}
\date{\today}
% \today will show current date. 
% Alternatively, you can specify a date.
%
\begin{document}
%
\begin{frame}
\titlepage
\end{frame}
%
\begin{frame}
\frametitle{Motivation}
\begin{block}
{Why Beamer?}
Does anybody need an introduction to Beamer? I don't think so.
\end{block}
\end{frame}
%
\begin{frame}
\frametitle{Example of a Theorem}
\begin{theorem}
The quick brown fox jumps over the lazy dog.
\end{theorem}
\end{frame}
%
\begin{frame}[fragile] % Notice the [fragile] option %
\frametitle{Verbatim}
\begin{example}[Putting Verbatim]
\begin{verbatim}
\begin{frame}
\frametitle{Outline}
\begin{block}
{Why Beamer?}
Does anybody need an introduction to Beamer?
I don't think so.
\end{block}
% Extra carriage return causes problem with verbatim %
\end{frame}\end{verbatim} 
\end{example}
\end{frame}
%
\begin{frame}
\centerline{The End}
\end{frame}
% End of slides
\end{document} 

AttachmentSize
beamer_template.tex2 KB

Comments

There are other options

There are other ways to process LaTeX file in Windows. Emacs and XEmacs -based solutions are also available. However, WinEdt is probably easier of them. Please write about other software available today.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • LaTex commands embedded in text will be interpreted and rendered. Additional information can be found at DruTex Documentation Pages
    • Assists automatic numbering of tex, equation, and equations environments.
    • Provides different environments to create rendered images (especially maths).
    • You may use <swf file="song.mp3"> to display Flash files inline
    • You can use BBCode tags in the text.

    More information about formatting options

Google Video

Loading...
Loading...