highlight (version 0.5.0)

formatter_latex: Latex formatter

Description

Combines tokens and styles into a latex command

Usage

formatter_latex(tokens, styles, ...)

Value

A vector of latex commands

Arguments

tokens

vector of okens

styles

vector of styles

...

ignored

See Also

renderer_latex

Examples

Run this code
formatter_latex( "hello world", "blue" )

Run the code above in your browser using DataLab