Re: Typsetting
- To: mathgroup at smc.vnet.net
- Subject: [mg107778] Re: Typsetting
- From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
- Date: Thu, 25 Feb 2010 17:37:42 -0500 (EST)
- References: <hm56o6$k83$1@smc.vnet.net>
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 >