X-Git-Url: https://projects.mako.cc/source/beamer-mako/blobdiff_plain/2ae4716c05ebe56815b69983cfb44925135001c4..refs/heads/metropolis:/template/example.tex diff --git a/template/example.tex b/template/example.tex index 5b4805a..7130c82 100644 --- a/template/example.tex +++ b/template/example.tex @@ -19,8 +19,23 @@ \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} @@ -177,6 +192,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 +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}