added code to give credit to people that i'm usinig from the slide
[beamer-mako] / template / example.tex
index c80876383a027e20d3da763c22c1f335cf546a92..47ed80cf58b9c7ea9cf826bf64f41b7835693027 100644 (file)
@@ -44,7 +44,7 @@
 \makeatletter
 \newcommand\centertext[2]{%
   \setlength{\centertxtlen}{#1}%
-  \setlength{\centertxtlen}{0.35\centertxtlen}%
+  \setlength{\centertxtlen}{0.48\centertxtlen}%
   {\centering
     \fontsize{#1}{2\centertxtlen}\selectfont
     \e{#2}
 
 \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
@@ -218,3 +223,10 @@ Final Sample Slide
 \backupend
 
 \end{document}
+
+%  LocalWords:  xcolor dvipsnames beamer ugm phv sep pageofpages px
+%  LocalWords:  titleline alternativetitlepage titlepagelogo Torino
+%  LocalWords:  watermarkheight watermarkheightmult bg makopurple fg
+%  LocalWords:  noparskip colback colframe coltext coltitle fonttitle
+%  LocalWords:  colorlinks linkcolor citecolor filecolor urlcolor
+%  LocalWords:  unicode frametitle subbody subsubbody

Benjamin Mako Hill || Want to submit a patch?