Math symbols in Table caption #521
-
I am interested in exporting a flextable to a .pdf document using Quarto / Markdown. The only resources I found suggest to use the following
However, this results in the following |
Beta Was this translation helpful? Give feedback.
Answered by
davidgohel
Mar 14, 2023
Replies: 1 comment 1 reply
-
Quarto manage captions instead of the packages. We only emit an empty caption https://github.com/davidgohel/flextable/blob/master/R/captions.R#L252 I am afraid we can't help. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giorgiopaulon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quarto manage captions instead of the packages. We only emit an empty caption https://github.com/davidgohel/flextable/blob/master/R/captions.R#L252
I am afraid we can't help.