Last active
August 29, 2015 14:13
-
-
Save pi8027/5c2ecfd94e1a8364dd7a to your computer and use it in GitHub Desktop.
全てのページの左上にコンパイルした日時を出力する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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