Re: StylePrint and 2D strings
- To: mathgroup at smc.vnet.net
- Subject: [mg67797] Re: StylePrint and 2D strings
- From: kalymereau at yahoo.fr
- Date: Sat, 8 Jul 2006 04:55:57 -0400 (EDT)
- References: <e8ipv6$rkh$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> Hi Group > I have problems with two-dimensional strings. Consider for example: > > myText = "blabla (\!\(x\&_\),\!\(y\&_\))" > > The output of Print[myText] is nice. However with > StylePrint[myText,"Section"] the bars over the characters are not at > the right place. How can I use StylePrint[ ,"Section"] with such > strings ? > > Thanks I would be happy if someone had a solution for this, thanks.