heckle icon indicating copy to clipboard operation
heckle copied to clipboard

Support parsing dates in the format of `\today`

Open 2016rshah opened this issue 8 years ago • 2 comments

Just add a parsing format for the format created by the \today command from LaTeX. This format looks like February 16, 2017 so people don't have to manually define the date

2016rshah avatar Feb 17 '17 04:02 2016rshah

Just realized we already supported this, the problem is that it doesn't show up that way in the AST, it shows up as \today which we would need to manually parse/figure out

2016rshah avatar Mar 04 '17 20:03 2016rshah

Maybe if we see \today we could just look at the file's written at date to get the correct date

2016rshah avatar Jul 17 '17 18:07 2016rshah