MathGroup Archive 2008

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

Search the Archive

Re: Wrapping text to fit a rectangle

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86985] Re: Wrapping text to fit a rectangle
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Fri, 28 Mar 2008 03:15:12 -0500 (EST)
  • Organization: University of Bergen
  • References: <fsg6oo$j6m$1@smc.vnet.net>

robert prince-wright wrote:
> Is there a way of wrapping Text[] so that it fits
> inside a Rectangle{]??

Well, the following works, but I have no idea if it is the right way of 
doing this:

Graphics[Inset@
   TextCell["Lorem ipsum dolor sit amet, consectetur adipisicing elit, \
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut \
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi \
ut aliquip ex ea commodo consequat. Duis aute irure dolor in \
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla \
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in \
culpa qui officia deserunt mollit anim id est laborum.",
    PageWidth -> 200]]


  • Prev by Date: Problem with FourierParameters
  • Next by Date: submission of a new problem; NDSolve artifacts; version 6.0.1
  • Previous by thread: Re: Wrapping text to fit a rectangle
  • Next by thread: Re: Wrapping text to fit a rectangle