home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / GhostScript / !GhostScr / 6_01 / lib / jispaper.ps < prev    next >
Text File  |  2000-03-09  |  1KB  |  30 lines

  1. %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % $Id: jispaper.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Select JIS B paper sizes for b0...b6.
  17.  
  18. userdict begin
  19.   /b0 /jisb0 load def
  20.   /b1 /jisb1 load def
  21.   /b2 /jisb2 load def
  22.   /b3 /jisb3 load def
  23.   /b4 /jisb4 load def
  24.   /b5 /jisb5 load def
  25.   /b6 /jisb6 load def
  26. end
  27.