powered by
mathout()
Adds the class "math" to the object for knitr output via mathout()
math(term, flags = NULL)
term with additional class "math" and flags as attributes.
an R call or symbol/number. This function translates term into a LaTeX/MathJax string.
(default NULL) list of flags that control the translation
mathml(), mathjax(), mathout()
mathml()
mathjax()
math(term=quote((a + b)^2L == a^2L + 2L*a*b + b^2L))
Run the code above in your browser using DataLab