formatter_latex: Latex formatter

Description Usage Arguments Value Author(s) See Also Examples

View source: R/renderer.R

Description

Combines tokens and styles into a latex command

Usage

1
formatter_latex(tokens, styles, ...)

Arguments

tokens

vector of tokens

styles

vector of styles

...

ignored

Value

A vector of latex commands

Author(s)

Romain Francois <romain@r-enthusiasts.com>

See Also

renderer_latex

Examples

1
2
3
4
## Not run: 
formatter_latex( "hello world", "blue" )

## End(Not run)

highlight documentation built on May 2, 2019, 4:58 p.m.