Replies: 1 comment
-
Are you supporting this for Quarto ? (through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi all,
I'm trying to make tables for an manuscript in Quarto. I will export the manuscript in PDF and HTML so I hope I can make it work in both formats. If it will work too in Word that's an extra bonus, but guess my co-workers can work around that. ;)
So what I am trying to do is to make a table with the Python package great_tables. This table include math symbols. When I format my table in for example Jupyter Notebook then all goes well. However if I render the jupyter notebook with quarto it does not get the math symbols and so it just displays$var_1$ and $$var_2$$ as rownames. This is a very minimal example
Is there a way to work around this? Thanks in advance!
Im using:
Edit: I just figured out that for HTML output I can make it work if I include
That's fine. But can't get it working for PDF. Maybe there is a similar trick that I am not aware of?
Beta Was this translation helpful? Give feedback.
All reactions