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
pdf
If TRUE, a PDF is generated, otherwise a DVI file. force
If TRUE, file timestamps are ignored. Value
- Returns the pathname to the generated document.
See Also
The generated TeX document is compiled by texi2dvi in
the tools package.