Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
/ templates Public archive

R package containing all templates for writing LibRArs publications.

License

Notifications You must be signed in to change notification settings

librars/templates

Repository files navigation

templates

All templates for writing LibRArs publications.

R package

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")

Available templates

Following is the list of available templates:

Class name Template name Format
book book_tex Latex
book_html HTML

API call

A correct call:

bookdown::render_book("./index.Rmd", rmarkdown::pdf_document())

Or:

bookdown::render_book(".", rmarkdown::pdf_document())