R/html_templates.R
html_imetropolis.Rd
Generates from an RMarkdown file an HTML presentation with "Illinois" (UIUC) colors and identity standards based on the Metropolis theme.
html_imetropolis( self_contained = FALSE, seal = TRUE, chakra = "https://remarkjs.com/downloads/remark-latest.min.js", nature = list(), ... )
self_contained | Whether to produce a self-contained HTML file by embedding all external resources into the HTML file. See the ‘Note’ section below. |
---|---|
seal | Whether to generate a title slide automatically using the YAML
metadata of the R Markdown document (if |
chakra | A path to the remark.js library (can be either local or
remote). Please note that if you use the default remote latest version of
remark.js, your slides will not work when you do not have Internet access.
They might also be broken after a newer version of remark.js is released.
If these issues concern you, you should download remark.js locally (e.g.,
via |
nature | (Nature transformation) A list of configurations to be passed
to |
... | For |
A modified xaringan::moon_reader()
based on the "Illinois" (UIUC)
Metropolis themed HTML template.
James Joseph Balamuta (Light Modifications of Metropolis and R function wrapper) See AUTHORS for more specific details behind each of the contributions.