microsoft / RTVS

R Tools for Visual Studio.
MIT License
389 stars 118 forks source link

RTVS preview cannot show latex formula correctly #4306

Open hysci opened 6 years ago

hysci commented 6 years ago

The standard latex formula cannot be shown correctly in the R markdown preview. For example, I type the formular:

$${\mathbf{AQ}} = {\mathbf{QH}}$$

The preview show the same string:

$${\mathbf{AQ}} = {\mathbf{QH}}$$

XiaomoWu commented 5 years ago

Yes, only after we Knitr the Rmd file is it able to display correctly. Quite annoying.