tufte_pdf: Tufte PDF function

View source: R/tufte_pdf.R

tufte_pdfR Documentation

Tufte PDF function

Description

Tufte PDF function

Usage

tufte_pdf(
  documentclass = c("tufte-handout", "tufte-book"),
  fig_width = 4,
  fig_height = 2.5,
  fig_crop = TRUE,
  dev = "pdf",
  highlight = "default",
  template,
  latex_engine = "xelatex",
  includes,
  pandoc_args,
  ...
)

Arguments

documentclass

Document Class

fig_width

Width of figure

fig_height

Height of figure

fig_crop

Crop figure (default to TRUE)

dev

Graphics device (defaults to pdf)

highlight

Style of highlight (defaults to default)

template

Template to use

latex_engine

LaTeX engine to use (defaults to xelatex)

includes

Stuff to include

pandoc_args

Arguments passed to pandoc

...

Further arguments to be passed in


CenterForAssessment/packagePages documentation built on May 31, 2022, 1:56 p.m.