From 4e55ac3a57a61e81005b08edcacd1e3d9052aa92 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Fri, 27 Nov 2009 23:54:12 -0500 Subject: [PATCH 1/1] added support for the vc plugin --- Makefile | 4 +++- mako-mem.sty | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aecabff..b88ef22 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ pdf: all clean: rubber -d --clean *.tex rm -f *.tmp - rm -f figures/*.pdf + rm vc viewpdf: all evince *.pdf @@ -17,5 +17,7 @@ viewpdf: all spell: aspell -c -t --tex-check-comments -b text.tex +vc: + vc-git .PHONY: clean all diff --git a/mako-mem.sty b/mako-mem.sty index 4943b0d..4f9cb6e 100644 --- a/mako-mem.sty +++ b/mako-mem.sty @@ -102,8 +102,9 @@ \makepsmarks{kjhgit}{\@kjhgitmarks} \makeevenhead{kjh}{}{}{\scshape\thepage} \makeoddhead{kjh}{}{}{\scshape\thepage} -\makeevenfoot{kjhgit}{}{\texttt{\footnotesize git revision \VCRevision\ on \VCDateTEX}}{} -\makeoddfoot{kjhgit}{}{\texttt{\footnotesize git revision \VCRevision\ on \VCDateTEX}}{} +\makeevenfoot{kjhgit}{}{\texttt{\footnotesize{\textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}}{} +\makeoddfoot{kjhgit}{}{\texttt{\footnotesize \textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}{} + %% Create a command to make a note at the top of the first page describing the %% publication status of the paper. \newcommand{\published}[1]{% -- 2.39.2