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:
|
clean:
|
||||||
rubber -d --clean *.tex
|
rubber -d --clean *.tex
|
||||||
rm -f *.tmp
|
rm -f *.tmp
|
||||||
rm -f figures/*.pdf
|
rm vc
|
||||||
|
|
||||||
viewpdf: all
|
viewpdf: all
|
||||||
evince *.pdf
|
evince *.pdf
|
||||||
@ -17,5 +17,7 @@ viewpdf: all
|
|||||||
spell:
|
spell:
|
||||||
aspell -c -t --tex-check-comments -b text.tex
|
aspell -c -t --tex-check-comments -b text.tex
|
||||||
|
|
||||||
|
vc:
|
||||||
|
vc-git
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
|
|||||||
@ -102,8 +102,9 @@
|
|||||||
\makepsmarks{kjhgit}{\@kjhgitmarks}
|
\makepsmarks{kjhgit}{\@kjhgitmarks}
|
||||||
\makeevenhead{kjh}{}{}{\scshape\thepage}
|
\makeevenhead{kjh}{}{}{\scshape\thepage}
|
||||||
\makeoddhead{kjh}{}{}{\scshape\thepage}
|
\makeoddhead{kjh}{}{}{\scshape\thepage}
|
||||||
\makeevenfoot{kjhgit}{}{\texttt{\footnotesize git revision \VCRevision\ on \VCDateTEX}}{}
|
\makeevenfoot{kjhgit}{}{\texttt{\footnotesize{\textcolor{Blue}{git revision \VCRevision\ on \VCDateTEX}}}}{}
|
||||||
\makeoddfoot{kjhgit}{}{\texttt{\footnotesize 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
|
%% Create a command to make a note at the top of the first page describing the
|
||||||
%% publication status of the paper.
|
%% publication status of the paper.
|
||||||
\newcommand{\published}[1]{%
|
\newcommand{\published}[1]{%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user