rsptex {R.rsp} | R Documentation |
Compiles an RSP LaTeX file into a DVI file.
## Default S3 method: rsptex(..., pdf=FALSE, force=FALSE, verbose=FALSE)
... |
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 . |
Returns the pathname to the generated document.
Henrik Bengtsson (http://www.braju.com/R/)
The generated TeX document is compiled by texi2dvi
in
the tools package.