home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / DVIPS54.ZIP / DVIPS / VMS / README.VMS < prev    next >
Text File  |  1990-11-25  |  2KB  |  49 lines

  1. This is the beginnings of a port to VMS. The documentation is not yet
  2. complete, but the program works. To compile, set the following in
  3. MAKE.COM: 
  4.  
  5. Set TFMPATH to where the TFM files are located. Default is TEX$FONTS:
  6.  ($ TFMPATH = "TEX$FONTS:")
  7.  
  8. Set PKPATH to where the PK fonts are located. Default is TEX_PK:
  9.  ($ PKPATH = "TEX_PK:")
  10.  
  11. Set VFPATH to where the VF fonts are located. Default is TEX_VF:
  12.  ($ VFPATH = "TEX_VF:")
  13.  
  14. Set FIGPATH to where the epsf and psfiles are located. Default is TEX_INPUTS:
  15.  ($ FIGPATH = "TEX_INPUTS:")
  16.  
  17. Set HEADERPATH to where the header files are located. Default is
  18. TEX$POSTSCRIPT:,SYS$LOGIN:,"
  19.  ($ HEADERPATH = "TEX$POSTSCRIPT:,SYS$LOGIN:,")
  20.  
  21. Set CONFIGPATH to where the config files are located. Default is 
  22. TEX$POSTSCRIPT:
  23.  ($ CONFIGPATH = "TEX$POSTSCRIPT:")
  24.  
  25. Set TPIC to ",TPIC" if you want TPIC support enabled. Default is enabled.
  26.  ($ TPIC = ",TPIC")
  27.  
  28. Set DEBUG to ",DEBUG" if you want DEBUG support enabled. Default is enabled.
  29.  ($ DEBUG = ",DEBUG")
  30.  
  31. Expect 1 warning in dospecial.c
  32.  
  33. To install:
  34.  
  35. dvips := $DIRECTORY:dvips
  36. maketexpk := @DIRECTORY:maketexpk
  37.  
  38. Make sure that all the logicals defined above (eg, tex_pk, tex_vf) are
  39. actually defined.
  40.  
  41. Again, this is a first cut, with improvements to come later. It has
  42. not been thoroughly tested. More documentation will be coming later,
  43. and possibly a VMS command line interface. If you have any problems or
  44. improvements, please let me know.
  45.  
  46. Xev Gittler
  47. GTE Laboratories, Inc.
  48. xev@bunny.gte.com
  49.