Label Cloud

Monday, January 14, 2008

[TEX] template for beamer

preamble

% Layout Options
%
% [slidestop] puts frame titles & contents on the top left corner (default = [slidescentered])
% [compress] makes all navigation bars as small as possible (bad for multi-line navigation bars)
% [red] changes navigation bars and title to reddish color (default = blue; others = red,brown,blackandwhite)
%
% Font options
%
% [mathserif] use serif fonts for representing formulas instead of sans serif (default = mathsans)
%
% Note options
% [notes] adds notes to PDF screen
% [notesonly] make only notes
\documentclass[notes,blue,mathserif]{beamer}
%\documentclass[slidestop,blue,mathserif]{beamer}

\usepackage{graphicx}
\usepackage{fancybox}

% This package enables us to use special letters (with accents, cedillas, etc).
% You can discard this command when the presentation is in English.
\usepackage[latin1]{inputenc}


% in \begin{document} .. \end{document}
%\mode
{\usepackage{fullpage}}

% in \begin{frame} .. \end{frame}
\mode
{
%\usetheme{Warsaw}
\usetheme{Berlin}
%\usetheme{Malmoe}
%\usetheme{Antibes}
%\usetheme{Berkeley}
%\usetheme{Singapore}
%\usetheme{Szeged}

% The default font theme installs a sans serif for all text of the presentation
\usefonttheme{default}

% Using default block style
%\setbeamertemplate{blocks}[default]

% Background colors
% solid style
%\beamertemplatesolidbackgroundcolor{gray}
% gradient style
%\beamertemplateshadingbackground{blue!5}{yellow!10}
%\beamertemplateshadingbackground{blue!10}{yellow!5}
\beamertemplateshadingbackground{yellow!5}{blue!10}
% grid style
%\beamertemplategridbackground[0.5in]
}

\title{Title of Presentation}
\author{Name of Author}
\institute{Institute of Chemistry, Academia Sinica}
%\date{\today}
\date{December 12, 2007}


making title page

% Beamer 2.20 macro
%\frame{\titlepage}
% Beamer 3.0 to make cover slide
\begin{frame}
\titlepage
\end{frame}


layout of presentation

%\section[title name]{real name}
\section[title name shown in navigation bars ]{real name shown in context}
%\subsection[title name]{real name}
\subsection[title name]{real name}
\begin{frame}
\frametitle{Title shown in the page}
\end{frame}


making outline page

% To define a frame containing the layout of the presentation
\section[Outline]{}
\frame{\tableofcontents}


adding note for each frame

% appending to \end{frame}
%\note[options]{ .. }; options = itemize, enumerate
\note[itemize]{\item Notes content}

0 comments:

About

My photo
Taipei, Taiwan
3rd Year Ph.D Student in Chemical Biology and Biological Physics of Academia Sinica

Google Analytics