Learn R Programming

highlight (version 0.4.7)

formatter_latex: 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

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

Run the code above in your browser using DataLab