formatter_latex {highlight}R Documentation

Latex formatter

Description

Combines tokens and styles into a latex command

Usage

formatter_latex(tokens, styles, ...)

Arguments

tokens

vector of okens

styles

vector of styles

...

ignored

Value

A vector of latex commands

See Also

renderer_latex

Examples

formatter_latex( "hello world", "blue" )

[Package highlight version 0.5.1 Index]