Is there some way to get
@fig1 a to render as Figure 1a instead of Figure 1 a ?
i.e., without the space?
I can get it to work like this:
#let figref = (label1, panel) => [#ref(label1)#panel]
#figref(<fig1>,"a")
But maybe there’s a way to put a no-space character that breaks the @ref and doesn’t insert a space in the following text? Feels like I’m missing something obvious, but I don’t know what.