Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiaodong-hu opened this issue May 8, 2024 · 0 comments

Comments

@xiaodong-hu
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants