From 93967b872d86e45435270b05f7cad270e33352c0 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 10 Dec 2016 19:02:43 -0800 Subject: [PATCH 1/1] fixed location of the git revid on the titlepage --- template/example.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/example.tex b/template/example.tex index 31fdd82..0b1ff41 100644 --- a/template/example.tex +++ b/template/example.tex @@ -169,7 +169,7 @@ % include version control stuff \input{vc} -\tikz[overlay,shift=(current page.south west)]{\node [xshift=5.6em,yshift=0.5em]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\ (\VCDateTEX)}};} +\tikz[overlay]{\node at (current page.south west) [anchor=south west, xshift=-4pt, yshift=-4pt]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\ (\VCDateTEX)}};} \end{frame} %% SLIDE: Slide 2 -- 2.30.2