Re: Typesetting
- To: mathgroup at smc.vnet.net
- Subject: [mg108022] Re: [mg107979] Typesetting
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 5 Mar 2010 04:34:40 -0500 (EST)
- References: <20700470.1267699329222.JavaMail.root@n11>
Style[Framed[
OverBar[X] == (HoldForm[1/n] Sum[Subscript[X, i], {i, 1, n}] //
HoldForm), FrameMargins -> 15], FontFamily -> "Tahoma",
FontSize -> 24, Bold] // TraditionalForm
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
From: John [mailto:jwa0 at lehigh.edu]
Mathematica 6, Windows XP
Style[Framed[
OverBar[X] == (1/n Sum[Subscript[X, i], {i, 1, n}] // HoldForm),
FrameMargins -> 15], FontFamily -> "Tahoma", FontSize -> 24,
Bold] // TraditionalForm
The appearance of the above formula would be much better, if the 1/n
printed in front of the summation sign. I hope someone will tell me
how to do it.
John