Page number while creating ps file
Ryo Furue
furue at HAWAII.EDU
Tue Jun 10 18:55:12 EDT 2008
Hi
| I am creating the ps file from grads mata file.
|
| But I am unable to keep the page numbers in the ps file.
|
| Colud you please suggest me how to create page numbers in the ps file.
If you want to display a page number on each plot, you can explicitly
print it with
draw string <x-position> <y-position> <string>
I don't know how to automate page numbering.
Or, if you want to just have a paging structure in the PostScript file,
gxeps already does that, so that your PostScript viewer will recognize
each page.
As an aside, it's interesting that gxps doesn't include any paging
structure (other than showpage, I suppose), while gxeps does. It's
interesting because EPS is meant for a single-page figure and if
you want a multipage document, you should use a plain PostScript
rather than an EPS.
Ryo
More information about the gradsusr
mailing list