Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.14 KB

snippets.md

File metadata and controls

48 lines (34 loc) · 1.14 KB

Some Math

Let us now try out some Math.

$$ \begin{aligned} \alpha & = \beta + \gamma \\ \gamma & = \sum x_i + y_i \end{aligned} $$

install_github("knitr", "yihui")
install_github("whisker", "edwindj")
install_github("markdown", "rstudio")

Usage

slidify is designed to make it very easy for a HTML novice to generate a crisp, visually appealing HTML5 slide deck. You can do it in just three steps!

  • Write your source file in R Markdown
  • Separate your slides using a horizontal rule ---
  • Run slidify("slides.Rmd") to generate your slide deck.

slidify allows you to render your slides using several HTML5 slide frameworks. Currently supported frameworks are:

Extending slidify to accommodate other frameworks is pretty straightforward. The plan is to support more frameworks over time.