From d664c8fe28e1635a23eedc1f57f24a5ae772b9fa Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 10 Dec 2016 19:05:39 -0800 Subject: [PATCH] fine tune location of \credit{} output --- template/example.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/example.tex b/template/example.tex index 0b1ff41..b50b3d5 100644 --- a/template/example.tex +++ b/template/example.tex @@ -154,7 +154,7 @@ \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} -- 2.30.2