MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: StylePrint and 2D strings

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67849] Re: [mg67818] Re: StylePrint and 2D strings
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Mon, 10 Jul 2006 06:38:20 -0400 (EDT)
  • References: <e8ipv6$rkh$1@smc.vnet.net> <200607090850.EAA24660@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I don't know much about the escaped string form for box expressions.
However, if you are willing to write your expressions using RowBox,
FractionBox, etc, you may then use DisplayForm on them to get
pretty-printed forms that you can send to Text.

On 7/9/06, bghiggins at ucdavis.edu <bghiggins at ucdavis.edu> wrote:
> Use
>
> Print[StyleForm[myText, "Section"]]
>
> This forces Mathematica to wrap myText in a StyleBox
>
> Cheers,
>
> Brian
>
> kalymereau at yahoo.fr wrote:
> > 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
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: help with lists operations
  • Next by Date: Re: Sturm-Liouville (eigenvalue/eigenfunction) problems
  • Previous by thread: Re: StylePrint and 2D strings
  • Next by thread: Re: StylePrint and 2D strings