#' @export
book <- function(..., number_sections = TRUE, toc = FALSE, toc_depth = 3, template = find_template("eisvogel")) {
tablist <- pkg_file("includes", "tablist.tex")
bookdown::pdf_document2(number_sections = number_sections, toc = toc, toc_depth = toc_depth,
template = template, includes = rmarkdown::includes(in_header = tablist),
...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.