jispaper.ps 1.1 KB

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