From 83f2fdd9e27935430ef9146a337599f78ba3e3d6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jan 2012 10:39:54 -0800 Subject: [PATCH] LaTeX template: code for section title slides in beamer. --- default.latex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.latex b/default.latex index ba4dbeeab..d0e2df490 100644 --- a/default.latex +++ b/default.latex @@ -69,6 +69,12 @@ $if(graphics)$ \renewcommand{\includegraphics}[1]{\Oldincludegraphics[width=\maxwidth]{#1}} $endif$ $if(beamer)$ +% Comment these out if you don't want a slide with just the +% part/section/subsection/subsubsection title: +\AtBeginPart{\frame{\partpage}} +\AtBeginSection{\frame{\sectionpage}} +\AtBeginSubsection{\frame{\subsectionpage}} +\AtBeginSubsubsection{\frame{\subsubsectionpage}} $else$ \ifxetex \usepackage[setpagesize=false, % page size defined by xetex