Closed ondohotola closed 1 year ago
I use RCS and witht he following snippet can put the version number into a variable
#let revision = "$Revision: 3.35 $".trim(regex("\D"))
When run through the formatter it becomes
#let revision = "$Revision: 3.35 $".trim( ,regex( "\D", ) )
which generates the error
error: unexpected comma ┌─ new.typ:9:4 │ 9 │ ,regex( │ ^
duplicate of #18
fixed on master (with other problems tho :/ )
I use RCS and witht he following snippet can put the version number into a variable
When run through the formatter it becomes
which generates the error