I’m currently using the package ctheorems:1.1.3
I was looking at this page for help: ctheorems – Typst Universe
There they gave this example.
#theorem("Euclid")[
There are infinitely many primes.
]
I would like to be able to write something like
#theorem("Euclid" @elements)[
There are infinitely many primes.
]
and have the @elements
render as the number in my bibliography corresponding to the entry for Euclid’s Elements. Is this possible?