home *** CD-ROM | disk | FTP | other *** search
- % prolog-beg.p4 - Common PostScript prolog beginning for all character sets.
- %
- % $Header: prolog-beg.p4,v 1.1 89/08/04 17:11:48 howard Exp $
- %
- % Copyright 1989 Howard Lee Gayle
- % This file is written in the ISO 8859/1 character set.
- %
- % This program is free software; you can redistribute it and/or modify
- % it under the terms of the GNU General Public License version 1,
- % as published by the Free Software Foundation.
- %
- % This program is distributed in the hope that it will be useful,
- % but WITHOUT ANY WARRANTY; without even the implied warranty of
- % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- % GNU General Public License for more details.
- %
- % You should have received a copy of the GNU General Public License
- % along with this program; if not, write to the Free Software
- % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- include(ps-abbrev.m4)
-
- `/'PBIND/bind PLOAD PDEF
- `/'PFNDFNT/findfont PLOAD PDEF
- `/'PPOP/pop PLOAD PDEF
- `/'PSAVE/save PLOAD PDEF
- `/'SCALEFN/scalefont PLOAD PDEF
- `/'SETFONT/setfont PLOAD PDEF
- `/'PSHOW/show PLOAD PDEF
-
- % Put following procedures in packed arrays
- /setpacking where
- {% if
- /currpack currentpacking PDEF
- PPOP true setpacking
- } if
-