themeDefaultLatex | R Documentation |
themeDefaultLatex
is the default theme. Users can change base options
themeDefaultLatex(
font = getOption("font", default = "helvet"),
font_size = getOption("font_size", default = 12)
)
font |
the font to use (default: '"helvet"' for Helvetica) |
font_size |
the font size to use (default: 12) |
A set of theme defaults for use in 'writeLatex'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.