I am creating a Quarto document in Rstudio with format set to typst in the yaml. When I make a table the header is at the bottom of the table, but I want it at the top. It is easy to do when the format is set to html or pdf, but not when the format is set to typst. I really prefer the look of the typst pdf.
| Statistic | Low | High |
|-----------|-------|-------|
| RMSEA | 0.059 | 0.308 |
| CFI | 0.781 | 0.993 |
| TLI | 0.561 | 0.985 |
| SRMR | 0.014 | 0.116 |
| Omega | 0.827 | 0.908 |
| Alpha | 0.826 | 0.907 |
: Range of Fit Statistics and Reliabilities across 126 Short Forms of the UWES-9
Hey @Deon, welcome to the forum! I’ve moved your post to the Questions category, as you’re asking for help. I’ve also changed your question post’s title to better fit our guidelines: How to post in the Questions category
For future questions, make sure your title is a question you’d ask to a friend about Typst.
It could be that Deon meant “caption” instead of header. Typst default is captions below the figure and the table. I also would like to have the caption of a table before the table. Anyone a suggestion on how to do that? Thanks.