Re: SuperscriptBox
- To: mathgroup at smc.vnet.net
- Subject: [mg104365] Re: SuperscriptBox
- From: Albert Retey <awnl at gmx-topmail.de>
- Date: Thu, 29 Oct 2009 02:57:10 -0500 (EST)
- References: <hc92bv$ee1$1@smc.vnet.net>
John wrote: > 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 > Style[ SuperscriptBox["(\!\(\*FractionBox[\"35\", \"36\"]\))","24"], 150 ] // DisplayForm ??? albert