Skip to content

Instantly share code, notes, and snippets.

@pi8027
Last active August 29, 2015 14:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pi8027/5c2ecfd94e1a8364dd7a to your computer and use it in GitHub Desktop.
Save pi8027/5c2ecfd94e1a8364dd7a to your computer and use it in GitHub Desktop.
全てのページの左上にコンパイルした日時を出力する
\usepackage[yyyymmdd,hhmmss]{datetime}
\usepackage[all]{background}
\usepackage{tikz}
\SetBgContents{
\begin{tikzpicture}[remember picture,overlay, color=black!60]
\draw (-1, 1) node[below right] {\LARGE{\texttt{\today~\currenttime}}};
\end{tikzpicture}
}
\SetBgPosition{current page.south west}
\SetBgOpacity{1.0} \SetBgAngle{0.0} \SetBgScale{1.0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment