On Thu, Jan 07, 2021 at 02:05:01PM +0100, [email protected] wrote: > A way to split macro names. I can use "-" with all @set variables, all @node > names, etc. > It would also help to allow numbers "@macro pinnegar2020 {}" which describes > publication > of Pinnegar in 2020. > > @macro my-macro {}
Got it. The best you can do is "@macro myMacro {}". It's very unlikely
that numbers can be allowed as TeX will read @pinnegar2020 as a control
sequence followed by 4 digits.
