I want to use xtable package for exporting R outputs to LaTex.
Because I want to use a Persian font I should put the numbers between $$. How can I do this in R?
T tried as.character, but xtable doesn't work for it.
|
I want to use Because I want to use a Persian font I should put the numbers between $$. How can I do this in R? T tried |
|||
|
Use the argument
Gives:
|
|||||
|
|
I do not know how to do this with |
|||
|
|
\num{…}(from thesiunitxpackage), not$…$. – Konrad Rudolph Oct 29 '12 at 20:14