author {xdvir} | R Documentation |
Generate a LaTeX Document
Description
Generate a LaTeX document from a LaTeX fragment.
Usage
author(tex,
width=NA,
engine=getOption("xdvir.engine"),
packages=NULL)
Arguments
tex |
LaTeX code. See Details. |
width |
Either |
engine |
The TeX engine that should be used for authoring.
May be the name of a TeX engine (character)
or a |
packages |
The LaTeX packages to be used. |
Details
author()
can be used to generate a complete LaTeX document
from a LaTeX fragment, either as a character vector or an external file.
Value
A "LaTeXdocument"
object.
Author(s)
Paul Murrell
See Also
Examples
author("this is a test")
[Package xdvir version 0.1-2 Index]