format.equation | R Documentation |
Format 'LaTeX' equations built with extract_eq
.
## S3 method for class 'equation'
format(x, ..., latex = knitr::is_latex_output())
x |
'LaTeX' equation built with |
... |
not used |
latex |
Logical, whether the output is LaTeX or not. The default
value uses |
A character string with the equation formatted either as proper
LaTeX code, or as a display equation tag (surrounded by $$...$$
) for R
Markdown or Quarto documents.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.