as_latex | R Documentation |
Render an emphatic object to Latex
as_latex(x, ..., font_size = NULL)
x |
emphatic object |
... |
other arguments passed to |
font_size |
Integer value indicating font size measured in points. Default: NULL. |
single character string containing a latex representation
hl_diff("hello", "there") |>
as_latex() |>
cat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.