Issue #163: The command \thedate can be used in the source document or metadata fields

This commit is contained in:
Wandmalfarbe 2020-09-20 21:20:30 +02:00
parent 2b989366b5
commit d4cf54f440

View File

@ -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$
%