Replies: 1 comment 1 reply
-
We haven't implemented support for
That's not going to work; what needs to happen is more intricate, and involves redefining the function that takes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm attempting to use the custom float cross reference types to create supplementary figure and table captions and cross references (eg. Fig S1, Table S1) with the Typst output. Here is what I am currently doing:
This nearly works but I get an undesired space between the prefix and the number:

Looking at the .typ output, the figure block looks like:
There is no obvious way to control spacing using the custom float. I'm wondering if I'm missing a way to specify the
numbering
parameter via Quarto instead (https://typst.app/docs/reference/model/numbering/)? Something likenumbering: "S1"
Here is my session info:
output from
quarto --version
:1.4.553
Beta Was this translation helpful? Give feedback.
All reactions