R.rsp (version 0.5.0)

compileLaTeX: Compiles a LaTeX file

Description

Compiles a LaTeX file to either PDF or DVI.

Usage

## S3 method for class 'default':
compileLaTeX(filename, path=NULL, format=c("pdf", "dvi"), ..., verbose=FALSE)

Arguments

filename, path
The filename and (optional) path of the LaTeX document to be compiled.
format
A character string specifying the output format.
...
Additional arguments passed to texi2dvi.
verbose
See Verbose.

Value

  • Returns (invisibly) the pathname of the generated (PDF or DVI) document.

See Also

Internally, texi2dvi is used. To compile Sweave LaTeX documents, compileSweave().