latex_template: Return a LaTeX template that works with tangram

View source: R/render-latex.R

latex_templateR 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

Examples

 latex_template()


spgarbet/tangram documentation built on Feb. 12, 2023, 7:13 p.m.