html5(in.file = NULL, out.file = NULL, type = "dzslides", ref.page = "References", refs.cex = 15, path = file.path(getwd(), "PRESENTATION"), hi.cex = 25)
"replace"
over writes the original HTML file.
Default, NULL
, uses the root name of the
in.file
plus a number 2."slidy"
or "dzslides"
).NULL
references slide will not be adjusted. If reference title
is not found a warning will print.in.file
and out.file
. Paths can be
supplied to in.file
and out.file
by setting
path
to NULL
.hi
code chunk is used.Uses http://johnmacfarlane.net/pandoc/ to convert md to HTML5 DZSlides slides or slidy and provides minor modifications (e.g., embedded youtube and hanging indent text).
The user must have Pandoc installed and on their path. Pandoc can be installed from: http://johnmacfarlane.net/pandoc/installing.html
The following convenience code chunks are implemented:
hi.cex
to control the font size of the text.
reports based code chunks are for convenience. For more control many HTML tags work with Rmarkdown. The output code can also be manipulated for finer control.
## Not run: # #Run after running knitr on an Rmd file# html5() #assumes location of html file out of the box# ## End(Not run)
reveal.js