powered by
Typeset a LaTeX document, either from a character value or from an external file.
typeset(tex, engine=getOption("xdvir.engine"), ...) # S3 method for LaTeXdocument typeset(tex, engine=NULL, texFile=NULL, ...) # S3 method for character typeset(tex, engine=NULL, texFile=NULL, sig=FALSE, ...)
A "DVI" object as produced by readDVI.
"DVI"
readDVI
LaTeX code. See Details.
The TeX engine that should be used to typeset the LaTeX. May be the name of a TeX engine (character) or a "TeXengine" object.
"TeXengine"
Name of a file to use for LaTeX code.
Add a signature to the DVI output?
Arguments passed to other typeset methods.
typeset
Paul Murrell
typeset() expects input to be either a "TeXdocument", as generated by author, or a character value containing LaTeX code.
typeset()
"TeXdocument"
author
LaTeXpackage.
LaTeXpackage
if (FALSE) { # Requires TeX installation tex <- author("this is a test") typeset(tex) }
Run the code above in your browser using DataLab