MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Typesetting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108019] Re: [mg107979] Typesetting
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Fri, 5 Mar 2010 04:34:07 -0500 (EST)

This way:

Style[Framed[
   OverBar[X] == (HoldForm[1/n]  Sum[Subscript[X, i], {i, 1, n}]), 
   FrameMargins -> 15], FontFamily -> "Tahoma", FontSize -> 24, 
  Bold] // TraditionalForm




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


-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: What inspite FindInstance ?
  • Next by Date: Plotting a recursion tree
  • Previous by thread: Re: Typesetting
  • Next by thread: Mathematica and LaTeX