Marmare314 / lemmify

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

Numbering appended to name? #9

Closed ParadaCarleton closed 9 months ago

ParadaCarleton commented 10 months ago
#let (
  theorem, lemma, corollary,
  remark, proposition, example,
  proof, definition, rules: thm-rules
) = default-theorems("thm-group", lang: "en")
#show: thm-rules
#theorem(name: "Some theorem")[
  Theorem content goes here.
]<thm>

This example from the tutorial generates this: image

For some reason, the theorem's number is being appended to its name, causing it to appear twice.

Marmare314 commented 10 months ago

What version of typst are you using? I suspect that something about figures was changed in the latest release.

ParadaCarleton commented 10 months ago

What version of typst are you using? I suspect that something about figures was changed in the latest release.

Most recent version (on the web app).

donRumata03 commented 9 months ago

I've encountered the same issue with typst of version: typst 0.8.0 (360cc9b9)