updated gitignore to ignore xdv
[beamer-mako] / template / example.tex
index 5b4805a288f563daade2c97a8f6122b088751600..7130c82d78958d923a0c426cc21f47507cc8c5d5 100644 (file)
 \metroset{block=fill}
 % \metroset{background=light}
 
-\setsansfont{OpenSans}
-\setmonofont{Roboto}
+\setsansfont{OpenSans}[
+Path = ./fonts/OpenSans/,
+Extension = .ttf,
+UprightFont     =   *-Regular,
+BoldFont        =   *-Bold,
+ItalicFont      =   *-Italic,
+BoldItalicFont  =   *-BoldItalic
+]
+
+\setmonofont{RobotoMono}[
+Path = ./fonts/RobotoMono/,
+Extension = .ttf,
+UprightFont     =   *-Regular,
+BoldFont        =   *-Bold,
+ItalicFont      =   *-Italic,
+BoldItalicFont  =   *-BoldItalic
+]
 
 \definecolor{makopurple1}{RGB}{57,39,91}
 \definecolor{makopurple2}{RGB}{137,119,173}
 
 \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 +235,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]
@@ -222,6 +251,9 @@ An itemized list:
 
 \begin{frame}{A sample slide}
   Final Sample Slide
+
+  \texttt{Monospace font?}
+  
   \note{These are the slide 4 notes.}
 \end{frame}
 

Benjamin Mako Hill || Want to submit a patch?