fine tune location of \credit{} output
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 11 Dec 2016 03:05:39 +0000 (19:05 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 11 Dec 2016 03:05:39 +0000 (19:05 -0800)
template/example.tex

index 0b1ff41540e5e87bc3bf94640aeee8e6516b0ad7..b50b3d5f4c4672deaf409bedf6e5a799fbe680b3 100644 (file)
 
 \newcommand{\credit}[1]{%
   \tikz[overlay]{\node at (current page.south east)
-    [anchor=south east,yshift=1.1em,xshift=0.35em]
+    [anchor=south east,yshift=11pt,xshift=3pt]
     {\smaller \smaller {[}#1{]}};}}
 
 \begin{document}
@@ -197,6 +197,7 @@ An itemized list:
 \end{tcolorbox}
 }
 
+\credit{Image credit: Shaw and Hill, 2099.}
 \note{These are the slide 2 notes.}
 \end{frame}
 

Benjamin Mako Hill || Want to submit a patch?