You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, I would suggest the parser to always split the situation when I use
equation
andequation*
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
andequation*
environment are defined the sameProbably we can add some special handler to ALWAYS turn off numbering for
equation*
environment?The text was updated successfully, but these errors were encountered: