diff --git a/Thesis.cls b/Thesis.cls index d70b2ae..e2c88b2 100644 --- a/Thesis.cls +++ b/Thesis.cls @@ -36,6 +36,9 @@ % Fixes the wrong λ in some places like bibliography where we need textenglish for hyphenation rules \newfontfamily\englishfont[Script=Greek]{CMU Serif} +\usepackage{datetime} +\newdateformat{mydate}{\monthname[\THEMONTH] \THEYEAR} + \newcommand\bhrule{\typeout{------------------------------------------------------------------------------}} \newcommand\Declaration[1]{ diff --git a/Thesis_Cholidis.tex b/Thesis_Cholidis.tex index cfd1ce4..fc096d0 100644 --- a/Thesis_Cholidis.tex +++ b/Thesis_Cholidis.tex @@ -28,7 +28,8 @@ {Χωλίδης Κωνσταντίνος} } \addresses {\groupname\\\deptname\\\univname} % Do not change this here, instead these must be set in the "Thesis.cls" file, please look through it instead -\date {Σάμος, Φεβρουάριος 2024} +\date {Σάμος, \mydate\today} +% \date {Σάμος, Μάρτιος 2024} \subject {Διπλωματική Εργασία} \keywords {Cloud, Security, Virtualization, Virtual Machines, Containers, Container Engine, Micro-services, Automation, Hardening, Docker, Linux}