]> projects.mako.cc - beamer-mako/blobdiff - template/example.tex
promotion from assistant to associate
[beamer-mako] / template / example.tex
index 5e71068fe3cd13f1b1745a523fd17d106a2f6f14..41a4c27b982f5f266169feb2b223516a00c57a61 100644 (file)
@@ -1,4 +1,4 @@
-\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}
   makohill@uw.edu}
 \institute[UW/Harvard]{\textbf{University of Washington}\\
   Department of Communication\\
-  \emph{Assistant Professor}\\
+  \emph{Associate Professor}\\
   \hspace{1pt}\\
   \textbf{Harvard University}\\
   Berkman Klein Center\\
   \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
@@ -236,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?