WLJS LogoWLJS Notebook

TraditionalForm

TraditionalForm[expr_]

attempts to convert expr to a traditional mathematical form (using LaTeX)

Examples

Display undefined integral:

Integrate[f[x], x] // TraditionalForm

Make a plot with a fancy legend

Plot[Sin[x], {x,0,10}, PlotLegends->{
  Sin[x] // TraditionalForm
}]

Supported output forms

On this page