R.rsp (version 0.4.0)

rsptex: Compiles an RSP LaTeX file into a DVI file

Description

Compiles an RSP LaTeX file into a DVI file.

Usage

## S3 method for class 'default':
rsptex(..., pdf=FALSE, force=FALSE, verbose=FALSE)

Arguments

...
Arguments passed to compileRsp().
pdf
If TRUE, a PDF is generated, otherwise a DVI file.
force
If TRUE, file timestamps are ignored.
verbose
See Verbose.

Value

  • Returns the pathname to the generated document.

See Also

The generated TeX document is compiled by texi2dvi in the tools package.