rsptex {R.rsp}R Documentation

Compiles an RSP LaTeX file into a DVI file

Description

Compiles an RSP LaTeX file into a DVI file.

Usage

## Default S3 method:
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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

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


[Package R.rsp version 0.3.6 Index]