home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / postscript / part01 / INSTALLATION next >
Encoding:
Text File  |  1987-10-27  |  1.8 KB  |  52 lines

  1.  
  2. Note that is necessary to run a shell with job-control (e.g. csh) on
  3. the sun3 version when using PS, because of process-group problems with
  4. suntools. It is also difficult to alter the window shape when PS is
  5. doing output on suns. If the postscript/viewer pair are used, these
  6. problems are not encountered, but it runs more slowly.
  7.  
  8. To try it out, type the following:
  9.     $ POSTSCRIPTLIB=<where ever the postscript directory is>/postscript
  10.     $ export POSTSCRIPTLIB
  11.     $ PS -c 'A4 (demos/wow) lib run'
  12.     $ 
  13.  
  14. The "showpage" operator expects a carriage return before it erases the
  15. page and allows output to continue (or in this case for PS to
  16. terminate).  More generally, use:
  17.  
  18.     $ PS -c A4 [ files .... ]
  19.     $ 
  20.  
  21. The A4 command is shorthand for a framedevice command (see the
  22. postscript reference manual) to create an A4 sized window. It is
  23. supposed to be actual size, except on suns, where the screen is not big
  24. enough (!)
  25.  
  26. It also works on the perq, but much more slowly.
  27.  
  28. If PostScript is not to be fully installed, the environment variable
  29. POSTSCRIPTLIB may be set to the pathname of /usr/lib/postscript.
  30. Alternatively, config.c has a variable called default_library[], which
  31. may be changed to point somewhere else.
  32.     
  33. The tape contains:
  34.  
  35. INSTALLATION     which you are reading
  36.  
  37. source        - complete sources
  38.  
  39. postscript    - various files the interpreter needs to run.
  40.       /font        - font descriptors
  41.       /fonts    - font data
  42.           hershey fonts (yuk) all we have available at present,
  43.           however there are instructions on how to add fonts in
  44.           the file "adding-fonts".
  45.       /psrc        - initialisation file ('rc' file).
  46.       /cache    - disk cache of popular font sizes
  47.       /font-map    - mapping from postscript names to names in font
  48.       /demos - demos programs other than those in the cookbook
  49.  
  50. doc   - documents of interest to people installing postscript, particularly
  51.     postscript.1    - manual entry for postscript
  52.