I've got an R Markdown document that I can successfully render with knitr on R Studio 1.1.423 and R version 3.4.3 under Linux. It has a bunch of LaTeX equations that render without issue. I use the knit button on R Studio to accomplish this task.
I've got the exact same versions of R Studio/R on Windows 10 and I can't get the LaTeX equations to render at all. Instead of the equation I get (=)
where the equation ought to be on the rendered HTML webpage. This happens on both the R Studio preview pane, and if I open the generated HTML file in Chrome same issue. Oddly enough the equations do showup in the R Studio source pane when I hover the mouse over them on Windows 10.
[Edit] I've got the latest versions of knitr and rmarkdown installed in R. I've got Tex Live on both Linux and Windows 10. The equation that won't render on Windows is \( $Yummy = \frac{Effective Mass}{Avacados Constant} \)
.
$Yummy
represent? You should rather use\( \$Yummy ... \)
or$ \$Yummy ... $
. – Werner