Replies: 2 comments
-
You can't as HTML is not LaTeX. |
Beta Was this translation helpful? Give feedback.
-
Quarto does transfer some table styles from HTML/CSS to Typst, see https://quarto.org/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/index.html So that is one route to showing a formatted table in a PDF. However, the same translation does not currently exist from HTML/CSS to Latex. So you will lose the formatting when outputting to PDF via Latex. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Here is the raw notebook I am working with (you can paste it in a file called
example.ipynb
:It uses
polars
to create a dataframe, andgreat_tables
to output that dataframe with some highlighting. I render this notebook using Quarto, with the built-in PDF engine.How can I show the formatted table properly in the output Quarto PDF?
Beta Was this translation helpful? Give feedback.
All reactions