latex_template: 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()
Arguments
Value
filename of 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()`"
---