added code to give credit to people that i'm usinig from the slide
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 29 Apr 2014 03:19:10 +0000 (20:19 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 29 Apr 2014 03:19:10 +0000 (20:19 -0700)
template/example.tex

index 8b48ae4c4a13630d907a00179133d67005921e08..47ed80cf58b9c7ea9cf826bf64f41b7835693027 100644 (file)
 
 \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

Benjamin Mako Hill || Want to submit a patch?