Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!feeder3.cambriumusenet.nl!feed.tweaknews.nl!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ross Presser Newsgroups: comp.lang.postscript Subject: Re: How2 wrap 8 text-lines in *.ps? Date: Sat, 24 Sep 2011 00:58:53 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <7356458.493.1316851133115.JavaMail.geo-discussion-forums@yqbr29> References: Reply-To: comp.lang.postscript@googlegroups.com NNTP-Posting-Host: 68.36.117.147 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1316851217 19793 127.0.0.1 (24 Sep 2011 08:00:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Sep 2011 08:00:17 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.36.117.147; posting-account=SOVadwoAAAB3h7W1MLW9kMYtEc2JW2L8 User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:347 As Rod and many others have said, PostScript itself does not have any conce= pt of next line. Your search for a built in thingy to do this will be futil= e. That said, there are PostScript *LIBRARIES* that can aid what you are tryin= g to do. They generally call themselves typesetting systems. One that I use= d heavily in a production project (many thousands of letters sent each week= ) was Gonzo.ps. http://www.tinaja.com/glib/gonzotut.pdf Another you may want to look at is QuikScript. http://seit.unsw.adfa.edu.au/staff/sites/gfreeman/qs.html Another is the TinyMenu. http://www.cappella.demon.co.uk/tinyfiles/tinymenu.html None of these are "oh, now I have an easy linefeed routine I can use." They= involve changing how you are doing things on a pretty big scale. But once = you buy in, you can typeset pretty rapidly, even automatically generate nic= ely typeset books from other programs. Good luck.