buildstamp alternative to git markings
This commit is contained in:
parent
e5a3725ffc
commit
4a46d62800
@ -9,6 +9,7 @@
|
|||||||
% available here: http://github.com/kjhealy/latex-custom-kjh/
|
% available here: http://github.com/kjhealy/latex-custom-kjh/
|
||||||
|
|
||||||
\usepackage{lastpage}
|
\usepackage{lastpage}
|
||||||
|
\usepackage{datetime}
|
||||||
|
|
||||||
% blank footnote
|
% blank footnote
|
||||||
% Use \symbolfootnote[0]{Footnote text} for a blank footnote.
|
% Use \symbolfootnote[0]{Footnote text} for a blank footnote.
|
||||||
@ -212,6 +213,27 @@
|
|||||||
\makeevenfoot{mako-mem-git}{}{\texttt{\footnotesize{\textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}}{}
|
\makeevenfoot{mako-mem-git}{}{\texttt{\footnotesize{\textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}}{}
|
||||||
\makeoddfoot{mako-mem-git}{}{\texttt{\footnotesize \textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}{}
|
\makeoddfoot{mako-mem-git}{}{\texttt{\footnotesize \textcolor{BrickRed}{git revision \VCRevision\ on \VCDateTEX}}}{}
|
||||||
|
|
||||||
|
%%% print a datestamp from ShareLaTeX
|
||||||
|
\makepagestyle{mako-mem-sharelatex}
|
||||||
|
\newcommand{\@slmarks}{%
|
||||||
|
\let\@mkboth\markboth
|
||||||
|
\def\chaptermark##1{%
|
||||||
|
\markboth{%
|
||||||
|
\ifnum \c@secnumdepth >\m@ne
|
||||||
|
\if@mainmatter
|
||||||
|
\thechapter. \ %
|
||||||
|
\fi
|
||||||
|
\fi
|
||||||
|
##1}{}}
|
||||||
|
\def\sectionmark##1{%
|
||||||
|
\markright{##1}}
|
||||||
|
}
|
||||||
|
\makepsmarks{mako-mem-sharelatex}{\@slmarks}
|
||||||
|
\makeevenhead{mako-mem-sharelatex}{}{}{\scshape\thepage}
|
||||||
|
\makeoddhead{mako-mem-sharelatex}{}{}{\scshape\thepage}
|
||||||
|
\makeevenfoot{mako-mem-sharelatex}{}{\texttt{\footnotesize{\textcolor{BrickRed}{Buildstamp/Version:~\pdfdate}}}}{}
|
||||||
|
\makeoddfoot{mako-mem-sharelatex}{}{\texttt{\footnotesize{\textcolor{BrickRed}{Buildstamp/Version:~\pdfdate}}}}{}
|
||||||
|
|
||||||
%% 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]{%
|
||||||
|
|||||||
@ -57,6 +57,10 @@
|
|||||||
% \input{vc}
|
% \input{vc}
|
||||||
% \pagestyle{mako-mem-git}
|
% \pagestyle{mako-mem-git}
|
||||||
|
|
||||||
|
% LATEX NOTE: this alternative line will just input a timestamp at the
|
||||||
|
% build process, useful for sharelatex
|
||||||
|
% \pagestyle{mako-mem-sharelatex}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\setlength{\parskip}{4.5pt}
|
\setlength{\parskip}{4.5pt}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user