How to render greek letters #495
-
Here is my
For what it's worth, it seems like Quarto should be using xelatex as the default: |
Beta Was this translation helpful? Give feedback.
Answered by
davidgohel
Jan 10, 2023
Replies: 1 comment
-
Sorry for the delay You can render greek letters with the function
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidgohel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the delay
You can render greek letters with the function
as_equation()
. It's a function made for math equation and greek symbols. It maybe possible with your method by using a specific font but I don't know which one.