translator_latex | R Documentation |
This function translates character vectors so that they nicely print in LaTeX. In particular this uses latex boxes.
translator_latex( x, size = c("normalsize", "tiny", "scriptsize", "footnotesize", "small", "large", "Large", "LARGE", "huge", "Huge") )
x |
text to translate |
size |
font size |
translated text
the latex renderer: renderer_latex
uses this translator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.