Creates a branded PDF document from R Markdown.
1 2 3 4 5 6 7 8 9 10 11 12 |
font_size |
base font size to typeset the document in (12pt default) |
page_margins |
1in margins by default (recommended to keep unchanged) |
short_title |
shorter version of the title to be printed on the top-right corner of every page, except the front page |
watermark |
watermark Text to be printed on the page, useful for first, second, etc. drafts |
cite_r_packages |
character vector of packages to generate a bibliography
for; necessary ones like |
extra_bibs |
character vector of paths to |
toc |
T/F value for table of contents. See |
lot, lof |
T/F value for list of tables/figures |
... |
other options to be passed to rmarkdown::pdf_document |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.