format.equation {equatiomatic} | R Documentation |
Format 'LaTeX' equations
Description
Format 'LaTeX' equations built with extract_eq
.
Usage
## S3 method for class 'equation'
format(x, ..., latex = knitr::is_latex_output())
Arguments
x |
'LaTeX' equation built with |
... |
not used |
latex |
Logical, whether the output is LaTeX or not. The default
value uses |
Value
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.
[Package equatiomatic version 0.3.3 Index]