Modified Version of `bookdown::pdf_book`
tex_book(rename = "tex_book.tex", toc = TRUE, number_sections = TRUE, fig_caption = TRUE, pandoc_args = NULL, ..., base_format = rmarkdown::pdf_document, toc_unnumbered = TRUE, toc_appendix = FALSE, toc_bib = FALSE, quote_footer = NULL, highlight_bw = FALSE)
toc | See bookdown::pdf_book |
---|---|
number_sections | See bookdown::pdf_book |
fig_caption | See bookdown::pdf_book |
pandoc_args | See bookdown::pdf_book |