-
I want to create prettier tables manuallyI find Quarto to be generally excellent, but I am really struggling to produce pdfs with tables in them that look good. I have tried using the So I suppose my question is: does anyone know how to make tables manually that look decent in pdf output? I am using Quarto, with R, in an M1 Macbook Air |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Either use libraries/packages outputting LaTeX code for the tables. |
Beta Was this translation helpful? Give feedback.
Either use libraries/packages outputting LaTeX code for the tables.
Use raw LaTeX
```{=latex}
and write your own LaTeX code.And if you struggle with your LaTeX distribution, you should really consider using TinyTex which can be installed by Quarto (see the documentation).