xcolor Package | R Documentation |
Define a LaTeXPackage for the LaTeX xcolor package.
xcolorPackage()
This function creates a "LaTeXpackage"
object
that provides support for the LaTeX xcolor package.
This allows commands like \color{blue}
to be included in LaTeX snippets when calling
grid.latex
.
A predefined package is pre-registered
under the name "xcolor"
.
A "LaTeXpackage"
object.
Paul Murrell
cat(author("test", packages="xcolor"), sep="\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.