move the credit command up
[beamer-mako] / template / example.tex
index b50b3d5f4c4672deaf409bedf6e5a799fbe680b3..2677fbdbbd6c25c422be186cc9828962c123616e 100644 (file)
 % remove the nagivation symbols
 \setbeamertemplate{navigation symbols}{}
 
+\newcommand{\credit}[1]{%
+  \tikz[overlay]{\node at (current page.south east)
+    [anchor=south east,yshift=11pt,xshift=3pt]
+    {\smaller \smaller {[}#1{]}};}}
+
 \title{Presentation Title}
 % \subtitle{Presentation Subtitle}
 \author[Benj. Mako Hill]{\textbf{Benjamin Mako Hill}\\ makohill@uw.edu}
 
 \date{December 2, 1980}
 
-\newcommand{\credit}[1]{%
-  \tikz[overlay]{\node at (current page.south east)
-    [anchor=south east,yshift=11pt,xshift=3pt]
-    {\smaller \smaller {[}#1{]}};}}
-
 \begin{document}
 
 % remove some of the space in the itemize to make it quite compact

Benjamin Mako Hill || Want to submit a patch?