jeromyanglim / rmarkdown-rmeetup-2012

Reproducible analysis with knitr, R Markdown, and RStudio: Slides and example R Markdown files from the presentation
http://jeromyanglim.blogspot.com
26 stars 38 forks source link

markdown to beamer-pdf or markdown to latex to post processing to beamer-pdf #8

Closed jeromyanglim closed 12 years ago

jeromyanglim commented 12 years ago

I really like the minimum fuss of markdown to beamer-pdf. However, there is the tension that sooner or later you don't like the default choices made or you want to take advantage of powerful features.

Thus,

To a certain extent latex will be just passed through, but sometimes you want to override the default behaviour of Markdon to LaTeX. Also, sometimes I want to add header information.

jeromyanglim commented 12 years ago

Reasons to got markdown to latex to pdf

I've adopted to a two stage approach for now, and I think that for all but the simplest of slideshows markdown is inadequate. See this comment and also the repository itself for the adopted solution.