Adds build date to first page

This commit is contained in:
Thomas Forgione 2019-09-26 15:51:20 +02:00
parent cadd97a6e8
commit f47c7aaf44
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
2 changed files with 5 additions and 2 deletions

View File

@ -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}

View File

@ -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{}