From: John on
Mathematica 6, xpwindows

Grid[{{PDF[NormalDistribution[\[Mu], \[Sigma]], x], ",",
"-\[Infinity]<x<\[Infinity]"}},
ItemStyle ->
Directive[FontFamily -> "Tahoma", FontSize -> 28,
Bold]] // TraditionalForm


The above works, but the quality is poor, and I hope someone can
suggest a better way to do it.

John

From: Kevin J. McCann on
I don't see the "poor quality". Also, the TraditionalForm doesn't really
add anything. I put spaces around the two "<" to make it look a little
better, to me at least.

Kevin

John wrote:
> Mathematica 6, xpwindows
>
> Grid[{{PDF[NormalDistribution[\[Mu], \[Sigma]], x], ",",
> "-\[Infinity]<x<\[Infinity]"}},
> ItemStyle ->
> Directive[FontFamily -> "Tahoma", FontSize -> 28,
> Bold]] // TraditionalForm
>
>
> The above works, but the quality is poor, and I hope someone can
> suggest a better way to do it.
>
> John
>