Re: Printing Subscripted Variable on Screen?
- To: mathgroup at smc.vnet.net
- Subject: [mg84000] Re: Printing Subscripted Variable on Screen?
- From: dh <dh at metrohm.ch>
- Date: Thu, 6 Dec 2007 03:12:04 -0500 (EST)
- References: <fj65c4$fms$1@smc.vnet.net>
Hi John,
here is a pretty ugly solution. I do not know if an easier one is
available. E.g.:
CreateDocument[
RowBox[{"aaa ", SubscriptBox["x", "s"], " ", "ssss"}] //DisplayForm
]
hope this helps, Daniel
John wrote:
> I want a subscripted variable, which has been entered in a notebook
> text cell, to print on the screen, when the notebook is executed.
>
> The subscripted variable is in the notebook, but it is not printed on
> the screen.
>
> John
>
>