R/book.R

Defines functions book

#' @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),
    ...)
}
Amarakon55/amaRyaml documentation built on Aug. 14, 2022, 11:45 a.m.