Skip to content

Instantly share code, notes, and snippets.

@trcook
Created May 9, 2018 19:16
Show Gist options
  • Save trcook/8ae5c2bfe42b266f6d427206d0893574 to your computer and use it in GitHub Desktop.
Save trcook/8ae5c2bfe42b266f6d427206d0893574 to your computer and use it in GitHub Desktop.
create last revised watermark on latex memo
\usepackage[]{gitinfo2}
\begin{document}
\begin{tikzpicture}[remember picture,overlay]
\node at ([xshift=3cm,yshift=2cm]current page.south west) {\tiny \color[gray]{.8} Last Revised: \gitAuthorDate}; %% yshift and xshift for example only
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment