author | R Documentation |
Generate a LaTeX document from a LaTeX fragment.
author(tex,
width=NA,
engine=getOption("xdvir.engine"),
packages=NULL)
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. |
author()
can be used to generate a complete LaTeX document
from a LaTeX fragment, either as a character vector or an external file.
A "LaTeXdocument"
object.
Paul Murrell
LaTeXpackage
.
author("this is a test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.