|
|
|
|
|
by cbolton
615 days ago
|
|
I would just define `#let eqref(target) = "(" + ref(target, supplement: none) + ")"` and then use it as in "from #eqref(<eq-xy>) we see that..". You can probably do that with a function given as supplement but it looks a bit involved, I think you'd have to do something like in this example: https://typst.app/docs/reference/model/ref/#customization (I think the reference system is an area where things can be improved to main some common use cases simpler.) |
|