From e9e16d0beb9732f161585428bcaaab1cfa2b3bc6 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 20 May 2018 14:01:45 -0700 Subject: [PATCH] examples of how to use section pages --- template/example.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/template/example.tex b/template/example.tex index 5b4805a..5e71068 100644 --- a/template/example.tex +++ b/template/example.tex @@ -177,6 +177,12 @@ \section{Introduction} +\begin{frame} + \sectionpage + + \note{This is an example section page.} +\end{frame} + %% SLIDE: Slide 2 \begin{frame}{A sample slide, A sample slide, A sample slide, A sample slide, A sample slide, A sample slide} @@ -214,6 +220,14 @@ An itemized list: And then \e{a second} paragraph. \end{frame} +\subsection{Introductory Subsection} + +\begin{frame} + \subsectionpage + + \note{This is an example subsection page.} +\end{frame} + \appendix \begin{frame}[standout] -- 2.30.2