Marmare314 / lemmify

A library for typesetting mathematical theorems in typst.
GNU General Public License v3.0
11 stars 7 forks source link

Handle unnumbered headings #7

Closed lcnbr closed 9 months ago

lcnbr commented 11 months ago

Currently, the library silently hangs when headings are unnumbered and the numbering is based on heading number. However, there are situations where one might not number lower level headings.

Marmare314 commented 9 months ago

Thanks for the suggestion! The fix should be good for now, although ideally this would work together with the max-reset-level option.