X-Git-Url: https://projects.mako.cc/source/beamer-mako/blobdiff_plain/93967b872d86e45435270b05f7cad270e33352c0..a312dd69b4ffb38d9af79c4014ff8a54fad8bbec:/template/example.tex diff --git a/template/example.tex b/template/example.tex index 0b1ff41..2677fbd 100644 --- a/template/example.tex +++ b/template/example.tex @@ -138,6 +138,11 @@ % remove the nagivation symbols \setbeamertemplate{navigation symbols}{} +\newcommand{\credit}[1]{% + \tikz[overlay]{\node at (current page.south east) + [anchor=south east,yshift=11pt,xshift=3pt] + {\smaller \smaller {[}#1{]}};}} + \title{Presentation Title} % \subtitle{Presentation Subtitle} \author[Benj. Mako Hill]{\textbf{Benjamin Mako Hill}\\ makohill@uw.edu} @@ -152,11 +157,6 @@ \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 @@ -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}