fixed location of the git revid on the titlepage
[beamer-mako] / template / example.tex
index 8b48ae4c4a13630d907a00179133d67005921e08..0b1ff41540e5e87bc3bf94640aeee8e6516b0ad7 100644 (file)
@@ -4,9 +4,6 @@
 \usepackage{pgfpages}
 \input{notes.config}
 
-\renewcommand{\rmdefault}{ugm}
-\usepackage[garamond]{mathdesign}
-
 \renewcommand{\sfdefault}{phv}
 \usepackage{relsize}
 
 % \subtitle{Presentation Subtitle}
 \author[Benj. Mako Hill]{\textbf{Benjamin Mako Hill}\\ makohill@uw.edu}
 
-\institute[MIT/Harvard]{\textbf{University of Washington}\\
+\institute[UW/Harvard]{\textbf{University of Washington}\\
   Department of Communication\\
-  \emph{Acting Assistant Professor}\\
+  \emph{Assistant Professor}\\
   \hspace{1pt}\\
   \textbf{Harvard University}\\
-  Berkman Center for Internet and Society\\
-  \emph{Resident Fellow}}
+  Berkman Klein Center\\
+  \emph{Faculty Associate}}
 
 \date{December 2, 1980}
 
+\newcommand{\credit}[1]{%
+  \tikz[overlay]{\node at (current page.south east)
+    [anchor=south east,yshift=1.1em,xshift=0.35em]
+    {\smaller \smaller {[}#1{]}};}}
+
 \begin{document}
 
 % remove some of the space in the itemize to make it quite compact
 
 % include version control stuff
 \input{vc}
-\tikz[overlay,shift=(current page.south west)]{\node [xshift=5.6em,yshift=0.5em]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\  (\VCDateTEX)}};} 
+\tikz[overlay]{\node at (current page.south west) [anchor=south west, xshift=-4pt, yshift=-4pt]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\  (\VCDateTEX)}};} 
 \end{frame}
 
 %% SLIDE: Slide 2
@@ -195,10 +197,7 @@ An itemized list:
 \end{tcolorbox}
 }
 
-% pdfpc:begin
-% This is the slide 2 notes.
-% pdfpc:end
-
+\note{These are the slide 2 notes.}
 \end{frame}
 
 \appendix
@@ -211,9 +210,7 @@ An itemized list:
 \begin{frame}{A sample slide}
 
 Final Sample Slide
-% pdfpc:begin
-% This is the slide 3 notes.
-% pdfpc:end
+\note{These are the slide 4 notes.}
 \end{frame}
 \backupend
 

Benjamin Mako Hill || Want to submit a patch?