|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: SuperscriptBox
Next by Date:
Re: FTP directly from Mathematica
Previous by thread:
Re: SuperscriptBox
Next by thread:
Re: SuperscriptBox
|