Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!204.52.135.9.MISMATCH!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: Cecil Westerhof Newsgroups: comp.lang.postscript Subject: Show on several pages Date: Mon, 25 Jun 2012 03:18:45 +0200 Organization: Decebal Computing Lines: 40 Message-ID: <87bok8kx3e.fsf@Compaq.site> NNTP-Posting-Host: lYLrXPFpjyZ8237ODaoN+w.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:djeZ7vD0IwQ+Fcd1r3DDNKNrS+A= X-Homepage: http://www.decebal.nl/ Xref: csiph.com comp.lang.postscript:755 I want to make two pages. On the first page is one sentence. The second page has the same sentence and another. I tried several things, including the following: %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 600 400 /usedFont /Bookman findfont def /authorFont 10 def usedFont authorFont scalefont setfont newpath 50 350 moveto (Line to show on page one and two) show save showpage restore 50 300 moveto (Line to show only on page two) show save showpage But the text: Line to show on page one and two is only shown on the first page. Is what I want not possible, or am I doing something wrong? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof