From a312dd69b4ffb38d9af79c4014ff8a54fad8bbec Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 20 Mar 2018 17:19:57 -0700 Subject: [PATCH] move the credit command up --- template/example.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/example.tex b/template/example.tex index b50b3d5..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=11pt,xshift=3pt] - {\smaller \smaller {[}#1{]}};}} - \begin{document} % remove some of the space in the itemize to make it quite compact -- 2.30.2