All templates for writing LibRArs publications.
All available templates in LibRArs are available in this R package, published under the name: librarstemplates.
To install the package, use:
devtools::install_github("librars/templates")Following is the list of available templates:
| Class name | Template name | Format |
|---|---|---|
| book | book_tex |
Latex |
book_html |
HTML |
A correct call:
bookdown::render_book("./index.Rmd", rmarkdown::pdf_document())
Or:
bookdown::render_book(".", rmarkdown::pdf_document())