Open
Description
Hi, I would suggest the parser to always split the situation when I use equation
and equation*
environment. This would not affect the default case when the numbering is set off in typst, but would be helpful if the numbering is turned on.
I note that in https://github.com/mitex-rs/mitex/blob/main/packages/mitex/specs/latex/standard.typ right now both equation
and equation*
environment are defined the same
define-env(none, kind: "is-math", alias: "aligned"),
Probably we can add some special handler to ALWAYS turn off numbering for equation*
environment?