Skip to content

Feature Request: add handler for equation* environment to turn off numbering? #164

Open
@xiaodong-hu

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?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions