latex_template {tangram} | R Documentation |
Return a LaTeX template that works with tangram
Description
Pandoc in the current version of RStudio does not allow for setting package options to xcolor and this has made it incompatible with the LaTeX generated by this package. This provides a known working template.
Usage
latex_template()
Details
An example header would look like the following:
— title: "A Document Full of Beautiful Tables" output: pdf_document: "'r tangram::latex_template()'" —
Value
filename of LaTeX template
[Package tangram version 0.8.2 Index]