added support for the vc plugin
authorBenjamin Mako Hill <mako@atdot.cc>
Sat, 28 Nov 2009 04:54:12 +0000 (23:54 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 28 Nov 2009 04:54:12 +0000 (23:54 -0500)
Makefile
mako-mem.sty

index aecabff3e32bc9ac9c22976ad91935530f1fdf4c..b88ef22f239c323b8c4fe5f006629ba1869ef553 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ pdf: all
 clean: 
        rubber -d --clean *.tex
        rm -f *.tmp
 clean: 
        rubber -d --clean *.tex
        rm -f *.tmp
-       rm -f figures/*.pdf
+       rm vc
 
 viewpdf: all
        evince *.pdf
 
 viewpdf: all
        evince *.pdf
@@ -17,5 +17,7 @@ viewpdf: all
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
+vc:
+       vc-git
 
 .PHONY: clean all
 
 .PHONY: clean all
index 4943b0d013a0e3491f7a804e237fc458cb47f340..4f9cb6e10ae09e84d8de55c2bc34835c91fa67ee 100644 (file)
 \makepsmarks{kjhgit}{\@kjhgitmarks}
 \makeevenhead{kjh}{}{}{\scshape\thepage}
 \makeoddhead{kjh}{}{}{\scshape\thepage}
 \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]{% 
 %% Create a command to make a note at the top of the first page describing the
 %% publication status of the paper. 
 \newcommand{\published}[1]{% 

Benjamin Mako Hill || Want to submit a patch?