/texmf/texmf.d/75DviPS.cnf

http://github.com/brinkman83/bashrc · Unknown · 31 lines · 22 code · 9 blank · 0 comment · 0 complexity · 9da7c1c7b1eaf06f941af91f48a23068 MD5 · raw file

  1. % PostScript headers and prologues (.pro); unfortunately, some programs
  2. % also use this for acessing font files (enc, type1, truetype)
  3. TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}//
  4. TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}//
  5. % OSFONTDIR is to provide a convenient hook for allowing TeX to find
  6. % fonts installed on the system (outside of TeX). An empty default
  7. % value would add "//" to the search paths, so we give it a dummy value.
  8. OSFONTDIR = /please/set/osfontdir/in/the/environment
  9. % PostScript Type 1 outline fonts.
  10. T1FONTS = .;$TEXMF/fonts/{type1,hbf}//;$OSFONTDIR//
  11. % PostScript AFM metric files.
  12. AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR//
  13. % TrueType outline fonts.
  14. TTFONTS = .;$TEXMF/fonts/truetype//;$OSFONTDIR//
  15. % Opentype outline fonts.
  16. OPENTYPEFONTS = .;$TEXMF/fonts/opentype//;$OSFONTDIR//
  17. % Type 42 outline fonts.
  18. T42FONTS = .;$TEXMF/fonts/type42//
  19. % Ligature definition files.
  20. LIGFONTS = .;$TEXMF/fonts/lig//
  21. % Dvips' config.* files (this name should not start with `TEX'!).
  22. TEXCONFIG = $TEXMF/dvips//