From d4cf54f440a0e06933f41541267b7189813ad71f Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Sun, 20 Sep 2020 21:20:30 +0200 Subject: [PATCH] Issue #163: The command `\thedate` can be used in the source document or metadata fields --- eisvogel.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eisvogel.tex b/eisvogel.tex index 525b192..407473a 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -634,13 +634,14 @@ $endif$ %\addtokomafont{chapter}{\color{heading-color}} % -% variables for title and author +% variables for title, author and date % $if(beamer)$ $else$ \usepackage{titling} \title{$title$} \author{$for(author)$$author$$sep$, $endfor$} +\date{$date$} $endif$ %