Typsetting
- To: mathgroup at smc.vnet.net
- Subject: [mg107740] Typsetting
- From: John <jwa0 at lehigh.edu>
- Date: Thu, 25 Feb 2010 01:52:35 -0500 (EST)
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