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{xspace}
|
||||
\usepackage{url}
|
||||
\usepackage{datetime}
|
||||
\usepackage{lmodern}
|
||||
\usepackage[ruled]{algorithm2e}
|
||||
\usepackage{datatool}
|
||||
|
|
|
@ -24,12 +24,14 @@
|
|||
\vspace{2cm}
|
||||
|
||||
\copied{}
|
||||
Text copied from other articles will be in this color
|
||||
\noindent Text copied from other articles will be in this color
|
||||
|
||||
\fresh{}
|
||||
Text that was freshly written will be in this color
|
||||
\noindent Text that was freshly written will be in this color
|
||||
|
||||
\resetstyle{}
|
||||
\quad\\
|
||||
This version was compiled on \today{} at \currenttime{}.
|
||||
|
||||
\makeflyleaf{}
|
||||
|
||||
|
|
Loading…
Reference in New Issue