-\documentclass[10pt,xcolor=dvipsnames]{beamer}
+\documentclass[10pt,xcolor=dvipsnames,aspectratio=169]{beamer}
\usetheme{metropolis}
\usepackage{appendixnumberbeamer}
\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}
\titlepage
\tikz{\node at (current page.center) [anchor=center, yshift=-0.5in, xshift=1in]
- {\includegraphics[width=0.35\textwidth]{figures/logo.pdf}};
+ {\includegraphics[width=0.25\textwidth]{figures/logo.pdf}};
}
% include version control stuff
\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}
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]
\begin{frame}{A sample slide}
Final Sample Slide
+
+ \texttt{Monospace font?}
+
\note{These are the slide 4 notes.}
\end{frame}