TraditionalForm
TraditionalForm[expr_]attempts to convert expr to a traditional mathematical form (using LaTeX)
Examples
Display undefined integral:
Integrate[f[x], x] // TraditionalFormMake a plot with a fancy legend
Plot[Sin[x], {x,0,10}, PlotLegends->{
Sin[x] // TraditionalForm
}]