Browse Source

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

pull/198/head
Wandmalfarbe 4 years ago
parent
commit
d4cf54f440
  1. 3
      eisvogel.tex

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

Loading…
Cancel
Save