Allow customizing equation numbering in Typst output #13460
Closed
mvuorre
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
This came from fixing #7744 in https://github.com/quarto-dev/quarto-cli/commits/c99c071cfd. We definitely need to improve that, and I think it's actually a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
(Discussed previously at #13457)
Description
I would like to customize how equations are numbered in Typst output. The "(1)" numbering is currently hard coded in Quarto.
Current behavior
Here is an example Quarto Typst document:
It creates this .typ output (showing only relevant bits at the end):
And this PDF document:
Desired behavior
I tested this syntax in the Typst webapp and it produces desired output:
Notes
Among other things, this would be useful in appendices when I'd like to re-number equations as e.g. "A.1." and so forth.
Beta Was this translation helpful? Give feedback.
All reactions