home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / cz / part08 / prolog-beg.p4 < prev    next >
Encoding:
Text File  |  1989-10-01  |  1.2 KB  |  37 lines

  1. % prolog-beg.p4 - Common PostScript prolog beginning for all character sets.
  2. %
  3. % $Header: prolog-beg.p4,v 1.1 89/08/04 17:11:48 howard Exp $
  4. %
  5. % Copyright   1989 Howard Lee Gayle
  6. % This file is written in the ISO 8859/1 character set.
  7. %
  8. % This program is free software; you can redistribute it and/or modify
  9. % it under the terms of the GNU General Public License version 1,
  10. % as published by the Free Software Foundation.
  11. %
  12. % This program is distributed in the hope that it will be useful,
  13. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. % GNU General Public License for more details.
  16. %
  17. % You should have received a copy of the GNU General Public License
  18. % along with this program; if not, write to the Free Software
  19. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. include(ps-abbrev.m4)
  22.  
  23. `/'PBIND/bind        PLOAD PDEF
  24. `/'PFNDFNT/findfont  PLOAD PDEF
  25. `/'PPOP/pop          PLOAD PDEF
  26. `/'PSAVE/save        PLOAD PDEF
  27. `/'SCALEFN/scalefont PLOAD PDEF
  28. `/'SETFONT/setfont   PLOAD PDEF
  29. `/'PSHOW/show        PLOAD PDEF
  30.  
  31. % Put following procedures in packed arrays
  32. /setpacking where
  33.    {% if
  34.    /currpack currentpacking PDEF
  35.    PPOP true setpacking
  36.    } if
  37.