MathGroup Archive 2009

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

Search the Archive

Re: SuperscriptBox

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104383] Re: SuperscriptBox
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Thu, 29 Oct 2009 03:00:35 -0500 (EST)
  • References: <hc92bv$ee1$1@smc.vnet.net>

"John" <jwa0 at lehigh.edu> wrote in message news:hc92bv$ee1$1 at smc.vnet.net...
> Mathematica 6, windows XP
>
> SuperscriptBox["(\!\(\*FractionBox[\"35\", \"36\"]\))",
>  "24"] // DisplayForm
>
> The above prints correctly but the font is too small to be viewed on
> the projector. Putting it in a grid and selecting a larger font
> doesn't work. There must be some way to do it.
>
> John
>

may be you can increase for the font just for the display of these 
expressions by wraping them in Style? as in

Style[SuperscriptBox["(\!\(\*FractionBox[\"35\", \"36\"]\))", "24"] // 
DisplayForm, 18]


--Nasser 



  • Prev by Date: Re: old vs new(V7) BarChart3D
  • Next by Date: Re: problem of syntax.
  • Previous by thread: Re: SuperscriptBox
  • Next by thread: Re: SuperscriptBox