Closed rmolinari closed 1 year ago
Thanks for this great package!
I would like to typset theorems and lemmas without a colon between "Theorem " and the body: (Note the difference between the lemma and its proof.)
typst-theorems hardcodes this separator as #h(0.1em):#h(0.2em). I suggest adding a parameter to thmbox with this value as a default.
typst-theorems
#h(0.1em):#h(0.2em)
thmbox
I will submit a pull request.
Thanks for this great package!
I would like to typset theorems and lemmas without a colon between "Theorem" and the body:
(Note the difference between the lemma and its proof.)
typst-theorems
hardcodes this separator as#h(0.1em):#h(0.2em)
. I suggest adding a parameter tothmbox
with this value as a default.I will submit a pull request.