I am having trouble with math text in the newest version of R using ioslides. Is there a package or something I can download so my math equations look better?
Example code:
---
title: "Untitled"
output: ioslides_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Slide with Math
$$ \overline{x} = \sum_{i = 1}^\infty x_i$$
