formatter_latex {highlight} | R Documentation |
Combines tokens and styles into a latex command
formatter_latex(tokens, styles, ...)
tokens |
vector of okens |
styles |
vector of styles |
... |
ignored |
A vector of latex commands
formatter_latex( "hello world", "blue" )