examples of how to use section pages
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 20 May 2018 21:01:45 +0000 (14:01 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 20 May 2018 21:01:45 +0000 (14:01 -0700)
template/example.tex

index 5b4805a288f563daade2c97a8f6122b088751600..5e71068fe3cd13f1b1745a523fd17d106a2f6f14 100644 (file)
 
 \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]

Benjamin Mako Hill || Want to submit a patch?