home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / TeX / tex / src / texview / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-24  |  694 b   |  19 lines

  1. /*
  2.  *   This software is Copyright 1988 by Radical Eye Software.
  3.  *   All Rights Reserved.
  4.  */
  5. /*
  6.  *   This is the paths file for dviamiga.
  7.  */
  8. /*
  9.  *   PKPATH is where to search for packed files, directories separated by
  10.  *   commas.  A period means the current directory (don't prepend anything.)
  11.  *   TFMPATH is the same for TFM files.
  12.  */
  13. #define    TFMPATH     ".:/LocalLibrary/Fonts/TeXFonts/tfm:/usr/lib/tex/fonts/tfm"
  14. #define PKPATH      ".:/LocalLibrary/Fonts/TeXFonts/pk:/usr/lib/tex/fonts/pk"
  15. #define VFPATH      ".:/LocalLibrary/Fonts/TeXFonts/vf:/usr/lib/tex/fonts/vf"
  16. #define RESFONTSFILE "psfonts.map"
  17. #define CONFIGPATH ".:/usr/lib/tex/ps"
  18. #define INPUTSPATH   ".:/usr/lib/tex/inputs"
  19.