mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-21 01:51:18 +00:00
Issue #163: The command \thedate
can be used in the source document or metadata fields
This commit is contained in:
parent
2b989366b5
commit
d4cf54f440
@ -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…
x
Reference in New Issue
Block a user