When I create a html Presentation with slidy (Rmarkdown and Rstudio) and knit it to an html, any latex equation are not displayed properly if I am offline.
How can I change that?
---
title: "MinimalExample"
author: "keks"
date: "9 9 2019"
output: slidy_presentation
---
## R Markdown
$\pi = \frac{ a }{ b }$
```{r}
plot(seq(1,19))
```
Here is a minimal example, where the $xyz$ Equation is only properly shown, if I am online.