This page:
http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html
describes adding citations and a generated bibliography to regular rmarkdown
documents. When authoring presentations using rmarkdown
, this method works for ioslides, slidify, and beamer presentations.
The approach of adding a bibliography: line to the front matter of the presentation does not work for the newer "Rpres" presentations.
How can you add a bibliography to an Rpres rmarkdown
presentation file?
I suspect that the answer is that this is not supported by the templates or build options for Rpres files. If that is the case, then pointers on where to patch to add the --bibliography=
option to the call to pandoc
would be appreciated.
My environment includes
- RStudio preview 0.9.451
- knitr 1.1.12
- rmarkdown 0.7