EpicEricEE / typst-equate

A Typst package for various enhancements for mathematical expressions.
MIT License
10 stars 0 forks source link

Missing numbering in outline (List of Equations) #1

Open quachpas opened 2 months ago

quachpas commented 2 months ago

Hello! Thanks for the work. I'm running into an issue with equate and outline. image How would you suggest to solve the issue of missing numbers?

= List of Equations

#outline(target: math.equation)

Best,

EpicEricEE commented 2 months ago

Unfortunately, you cannot currently put the sub-equations in the outline. If you use sub-numbering, maybe it is enough to only have the main equation numbers shown, which you can do by using math.equation.where(numbering: "(1.1)") (or whatever your numbering is) as a target.