From f47c7aaf4417a66fb2b46a1502cd2b6f9f6a2a93 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 26 Sep 2019 15:51:20 +0200 Subject: [PATCH] Adds build date to first page --- src/config.sty | 1 + src/main.tex | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/config.sty b/src/config.sty index 9dfd415..17a1cfe 100644 --- a/src/config.sty +++ b/src/config.sty @@ -11,6 +11,7 @@ anchorcolor = blue]{hyperref} \usepackage{amssymb} \usepackage{xspace} \usepackage{url} +\usepackage{datetime} \usepackage{lmodern} \usepackage[ruled]{algorithm2e} \usepackage{datatool} diff --git a/src/main.tex b/src/main.tex index 1c4c732..85e5a7b 100644 --- a/src/main.tex +++ b/src/main.tex @@ -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{}