Adds build date to first page
This commit is contained in:
parent
cadd97a6e8
commit
f47c7aaf44
|
@ -11,6 +11,7 @@ anchorcolor = blue]{hyperref}
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
\usepackage{xspace}
|
\usepackage{xspace}
|
||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
|
\usepackage{datetime}
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
\usepackage[ruled]{algorithm2e}
|
\usepackage[ruled]{algorithm2e}
|
||||||
\usepackage{datatool}
|
\usepackage{datatool}
|
||||||
|
|
|
@ -24,12 +24,14 @@
|
||||||
\vspace{2cm}
|
\vspace{2cm}
|
||||||
|
|
||||||
\copied{}
|
\copied{}
|
||||||
Text copied from other articles will be in this color
|
\noindent Text copied from other articles will be in this color
|
||||||
|
|
||||||
\fresh{}
|
\fresh{}
|
||||||
Text that was freshly written will be in this color
|
\noindent Text that was freshly written will be in this color
|
||||||
|
|
||||||
\resetstyle{}
|
\resetstyle{}
|
||||||
|
\quad\\
|
||||||
|
This version was compiled on \today{} at \currenttime{}.
|
||||||
|
|
||||||
\makeflyleaf{}
|
\makeflyleaf{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue