letter_document: Letter document Format for creating a WashU letter on School...

View source: R/rmarkdown.R

letter_documentR Documentation

Letter document Format for creating a WashU letter on School of Medicine letterhead

Description

Letter document Format for creating a WashU letter on School of Medicine letterhead

Usage

letter_document(
  template = find_resource("template_resource", "letter", "template.tex"),
  latex_engine = "xelatex",
  includes,
  ...
)

Arguments

template

Pandoc template to use for rendering. Passed value ignored in favor of default.

latex_engine

LaTeX engine for producing PDF output. Passed value ignored in favor of default.

includes

Named list of additional content to include within the document (typically created using the includes function).

...

Arguments to pdf_document


the-mad-statter/washu documentation built on May 5, 2024, 10:26 a.m.