R Markdown Template for the Shower Presentation Engine
devtools::install_github("mangothecat/rmdshower")
Use the rmdshower::shower
format in the Rmd
header, and then just
call rmarkdown::render()
as usual:
---
title: "Shower Presentations with R Markdown"
author: "Gábor Csárdi"
output:
rmdshower::shower_presentation:
self_contained: false
katex: true
ratio: 16x10
---
- See http://rmarkdown.rstudio.com/ for more about R Markdown.
- There is a long example Rmd document in the
inst/examples
directory. - The HTML output of this document is at http://mangothecat.github.io/rmdshower/skeleton.html
- The shower homepage is at https://github.com/shower/shower
- Our own Mango template is at http://mangothecat.github.io/rmdshower/mango.html
MIT © Mango Solutions, R Studio, Vadim Makeev