Writing some slides for lecture. I want to include a shiny app. I do not have admin rights on the lecture room computer, which means I can run my Rmd file and present the slides via the Rstudio viewer, but they will not display in a web browser. All the equations in the slides are in a smaller font when viewed in the Rstudio viewer, which kind of ruins everything. Does anyone know how to fix the math font size in the Rstudio viewer or the .Rmd file itslef, or another possible fix?
---
title: "Title"
output: ioslides_presentation
runtime: shiny
---
## Math Font Size
* Let $x=5$ be the same size as the text ...
Works fine when I don't want a shiny app...
---
title: "Title"
output: ioslides_presentation
---
## Math Font Size
* Let $x=5$ be the same size as the text ...
Use a version of RStudio beyond 0.98.1103.