Skip to contents

Downloads one of our custom Pandoc templates and returns it as a character scalar. The template is cached using pal::req_cached(), thus only re-downloaded if the local copy is outdated.

Usage

pandoc_tpl(tpl = "quarto_mod.latex")

Arguments

tpl

Template to download. One of "quarto_mod.latex".

Value

The template as a character scalar.

See also

Other Pandoc functions: download_pandoc_binaries(), pandoc_release_assets()

Examples

if (FALSE) { # \dontrun{
salim::pandoc_tpl(tpl = "quarto_mod.latex") |>
  brio::write_file(path = "quarto_mod.latex")} # }