MathGroup Archive 2010

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

Search the Archive

Re: Typesetting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108006] Re: [mg107979] Typesetting
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 5 Mar 2010 04:31:44 -0500 (EST)
  • Reply-to: hanlonr at cox.net

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


Bob Hanlon

---- John <jwa0 at lehigh.edu> wrote: 

=============
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




  • Prev by Date: Re: stand alone application using workbench
  • Next by Date: Question about Three Dimensions Partial Differential Equation (PDE)
  • Previous by thread: Typesetting
  • Next by thread: Re: Typesetting