mikemahoney218 / quarto-arxiv

Quarto template for arXiv preprints
https://mike.quarto.pub/quarto-arxiv-template/template.pdf
MIT License
91 stars 4 forks source link

The "date" field is ignored and instead the current date is used for rendering #3

Closed mikemahoney218 closed 2 years ago

mikemahoney218 commented 2 years ago

\today is hard-coded in two places in arxiv.sty: https://github.com/mikemahoney218/quarto-arxiv/blob/aa48d070ef58ac68287a21c5d94ac9d66499cfb0/_extensions/arxiv/arxiv.sty#L32 https://github.com/mikemahoney218/quarto-arxiv/blob/aa48d070ef58ac68287a21c5d94ac9d66499cfb0/_extensions/arxiv/arxiv.sty#L223

We should either overload that macro or define a new one to use the date yaml option instead