several improvments to the beamer template
[beamer-mako] / template / example.tex
index 360ca29cf1b315d6dd03eefa4ca202ca0492a66b..7a7ea1d7a45bcec5a27c216fd4be38af38863b55 100644 (file)
@@ -2,9 +2,7 @@
 
 % set up the file to create notes in the output PDFs
 \usepackage{pgfpages}
-\setbeameroption{show notes on second screen} % for pdfpc -n right
-% \setbeameroption{show notes} % place notes on the second slide
-% \setbeameroption{show only notes} % for making printouts
+\input{notes.config}
 
 \renewcommand{\rmdefault}{ugm}
 \usepackage[garamond]{mathdesign}
 \begin{frame}[plain]
   \titlepage
 
-% pdfpc:begin
-% 
-% This is the slide 1 notes.
-
-% pdfpc:end
+% 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)}};} 
 \end{frame}
 
 %% SLIDE: Slide 2

Benjamin Mako Hill || Want to submit a patch?