CLIM mail archive
[Prev][Next][Index][Thread]
Re: CLIM -> Postscript code file question
Date: Tue, 5 May 1992 18:10 EDT
From: Erik Eilerts <eilerts@cs.utexas.edu>
From: Scott McKay <SWM@stony-brook.scrc.symbolics.com>
Subject: CLIM -> Postscript code file question
Date: Tue, 5 May 1992 16:41 EDT
From: Curt Eggemeyer <curt@eraserhead.jpl.nasa.gov>
(format stream "~|") ;begin a new hardcopy page?
There isn't any way to get CLIM to throw a new page. It doesn't have a
model of pages.
After checking some CLIM postscript output, it seems like the necessary
command next-page. So you would do:
(format stream "~% next-page ~%")
The problem with this is that the "stream" for above is not the CLIM
stream that you are drawing to but the file stream that CLIM's
PostScript back end is writing a PostScript program to.
References:
Main Index |
Thread Index