|
[Date Index]
[Thread Index]
[Author Index]
PageWidth option is not measured in characters
- To: mathgroup at smc.vnet.net
- Subject: [mg70638] PageWidth option is not measured in characters
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Sun, 22 Oct 2006 01:19:08 -0400 (EDT)
In[1]:=
PageWidth::usage
Out[1]=
PageWidth is an option for output streams and for cells which specifies how \
wide each line of text should be allowed to be.
In[2]:=
DisplayForm@Cell[BoxData["here is some text"],PageWidth\[Rule]50]
the output looks like
here is
some
text
meaning that, at least in the front end, the PageWidth option is not
measured in characters
--
http://chris.chiasson.name/
Prev by Date:
RE: Problem in loading packages in Mathematica
Next by Date:
Re: simple question
Previous by thread:
JavaForm
Next by thread:
Re: PageWidth option is not measured in characters
|