Skip to content

TeXForm

TeXForm(expr)

returns the TeX form of the evaluated expr.

See

Examples

>> TeXForm(D(sin(x)*cos(x),x))
"{\cos(x)}^{2}-{\sin(x)}^{2}"

Implementation status

  • ✅ - full supported

Github