pdflatex: pdflatex

View source: R/utils.R

pdflatexR Documentation

pdflatex

Description

A utility function that runs pdflatex

Usage

pdflatex(
  texfile,
  open = interactive(),
  verbose = FALSE,
  cleanup = TRUE,
  options = "-halt-on-error",
  path.to.pdflatex = Sys.which("pdflatex"),
  ...
)

Arguments

texfile

The path to the texfile

open

Logical, should the result be opened?

verbose

Logical, should the function be verbose?

cleanup

Logical, should tex/log files be cleaned?

options

Additional options passed to pdflatex

path.to.pdflatex

The system path to pdflatex

...

Further arguments, unused.


Crunch-io/crunchtabs documentation built on Jan. 31, 2023, 12:14 p.m.