Replies: 2 comments
-
Not really a Quarto question. Typst is quite new. Now, for feature request about adding Typst as output, Search and open a new one if it does not exist: Regarding R packages, I'm afraid a good search is the best way: https://cran.r-project.org/search.html (and/or on GitHub/GitLab). |
Beta Was this translation helpful? Give feedback.
-
Just mentioning here for any future reader: Currently, Tables will usually be emitted as Markdown table by Tables generation tooling and then converted to Typst format with the Pandoc conversion. Quarto brings support for HTML parsing also, with the same conversion by Pandoc tables. We are aware of specific table tools in the Typst ecosystem that could improve the output. This could be a feature request into Pandoc to improve their Typst writer for table output, but we are considering this ourselves. The issue to track for example: Also, for reference, this topic has been reported in knitr: And for the current existing feature request I know there is one in gt As shared by @aghaynes on another topic, it seems this R package already has some options to output Typst table: https://github.com/vincentarelbundock/tinytable Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using the typst format, tables currently do not look overly nice
produces a table that looks like this

gt tables are basically the same

What is the currently recommended R package for creating nice tables in typst (if any)? Is this something that will be integrated into gt at some point perhaps?
Beta Was this translation helpful? Give feedback.
All reactions