Skip to content

Commit 4e8b3f7

Browse files
Merge pull request #4 from mikemahoney218/mikemahoney218-patch-1
Overwrite `\today`
2 parents aa48d07 + 289af62 commit 4e8b3f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_extensions/arxiv/partials/title.tex

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
$-- %%%% TODO %%%%%
66
$-- Customize is needed, like below for printing the authors. Otherwise remove this partials to use Quarto default one.
77
$-- %%%%%%%%%%%%%%%%
8+
$if(date)$
9+
\renewcommand{\today}{$date$}
10+
$endif$
811
$if(title)$
912
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
1013
$endif$

0 commit comments

Comments
 (0)