From 382d55621d881ad3153078559bed1e1a43905657 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 28 Apr 2014 20:19:10 -0700 Subject: [PATCH] added code to give credit to people that i'm usinig from the slide --- template/example.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/example.tex b/template/example.tex index 8b48ae4..47ed80c 100644 --- a/template/example.tex +++ b/template/example.tex @@ -155,6 +155,11 @@ \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 -- 2.30.2