cvR_format_pdf: cvR format (PDF)

Description Usage Arguments

Description

Template for creating a CV in PDF format from Rmd file, adapted from tufte_handout

Usage

1
2
3
4
cvR_format_pdf(fig_width = 4, fig_height = 2.5, fig_crop = TRUE,
  dev = "pdf", highlight = "default", keep_tex = FALSE,
  number_sections = FALSE, includes = NULL, md_extensions = NULL,
  pandoc_args = NULL)

Arguments

fig_width

Default width (in inches) for figures.

fig_height

Default height (in inches) for figures.

fig_crop

TRUE to automatically apply the pdfcrop utility (if available) to pdf figures.

dev

Graphics device to use for figure output (defaults to pdf).

highlight

Syntax highlighting style. Default to "pygments", see pdf_document for supported styles. Pass NULL to prevent syntax hightlighting.

keep_tex

Keep the intermediate tex file used in the conversion to PDF.

number_sections

TRUE to number sections headings.

includes

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

md_extensions

Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.

pandoc_args

Additional command line options to pass to pandoc


MalditoBarbudo/cvR documentation built on May 8, 2019, 3:22 p.m.