thesis_pdf | R Documentation |
This is a function called in output in the YAML of the driver Rmd file to specify using the Reed College Senior Thesis LaTeX template and cls files.
thesis_pdf(toc = TRUE, toc_depth = 3, highlight = "default", ...)
toc |
A Boolean (TRUE or FALSE) specifying whether table of contents should be created |
toc_depth |
A positive integer |
highlight |
Syntax highlighting style. Supported styles include "default", "tango", "pygments", "kate", "monochrome", "espresso", "zenburn", and "haddock". Pass NULL to prevent syntax highlighting. |
... |
Further arguments passed to or from other methods. |
A modified pdf_document
based on the Reed Senior Thesis LaTeX
template
## Not run:
output:thesisdown::thesis_pdf
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.