StylePrint and 2D strings
- To: mathgroup at smc.vnet.net
- Subject: [mg67721] StylePrint and 2D strings
- From: kalymereau at yahoo.fr
- Date: Thu, 6 Jul 2006 06:51:45 -0400 (EDT)
- 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