Quarto markdown table captions location using typst floating #12563
-
DescriptionI am using Quarto and typst. I want to let my figures and tables float automatically in my document, so I use the placement: auto parameter in set figure. However, the table captions appear under the table using this setting and I want the table captions above the table. If I use placement: bottom or placement: none to control the floating, the caption appears above the table. How does this work? I want a combination of automatic floating and captions above the table. Is this a bug using Quarto and typst? I made a minimal reproducable example: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
Why don't you use Quarto options to set caption location? https://quarto.org/docs/authoring/tables.html#caption-location And again, use |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mcanouil , thank you for your suggestion, but the Quarto option to set caption location does not work. See my updated qmd. I have also added keep-typ: true |
Beta Was this translation helpful? Give feedback.
-
|
While Markdown tables get captions in Typst output, this HTML table does not get a caption in the Typst output, despite I'm on Quarto version 1.8.25. |
Beta Was this translation helpful? Give feedback.


You need to use the latest stable versions.