added support for the vc plugin
This commit is contained in:
parent
21912b41bb
commit
4e55ac3a57
4
Makefile
4
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
|
||||
|
||||
@ -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]{%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user