source: tags/20080918/perl/perlcommon.tex @ 190

Last change on this file since 190 was 185, checked in by nanardon, 16 years ago
  • set keywords Id
  • Property svn:keyword set to Id
  • Property svn:keywords set to Id
File size: 584 bytes
Line 
1% $Id$
2\mode<presentation>
3{
4  \definecolor{beamerstructure}{RGB}{143,79,112}
5  \definecolor{sidebackground}{RGB}{230,242,250}
6  \color{beamerstructure}
7  \usetheme[secheader]{Madrid}
8  \usepackage{times}
9  \userightsidebarcolortemplate{\color{sidebackground}}
10  \beamertemplateballitem
11}
12
13\AtBeginSection[]
14{
15\begin{frame}<beamer>
16    \frametitle{Plan}
17    \tableofcontents[currentsection,hideothersubsections]
18\end{frame}
19}
20
21\AtBeginSubsection[]
22{
23\begin{frame}<beamer>
24%    \frametitle{}
25    \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide]
26\end{frame}
27}
28
Note: See TracBrowser for help on using the repository browser.