/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
- % PostScript headers and prologues (.pro); unfortunately, some programs
- % also use this for acessing font files (enc, type1, truetype)
- TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}//
- TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}//
- % OSFONTDIR is to provide a convenient hook for allowing TeX to find
- % fonts installed on the system (outside of TeX). An empty default
- % value would add "//" to the search paths, so we give it a dummy value.
- OSFONTDIR = /please/set/osfontdir/in/the/environment
- % PostScript Type 1 outline fonts.
- T1FONTS = .;$TEXMF/fonts/{type1,hbf}//;$OSFONTDIR//
- % PostScript AFM metric files.
- AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR//
- % TrueType outline fonts.
- TTFONTS = .;$TEXMF/fonts/truetype//;$OSFONTDIR//
- % Opentype outline fonts.
- OPENTYPEFONTS = .;$TEXMF/fonts/opentype//;$OSFONTDIR//
- % Type 42 outline fonts.
- T42FONTS = .;$TEXMF/fonts/type42//
- % Ligature definition files.
- LIGFONTS = .;$TEXMF/fonts/lig//
- % Dvips' config.* files (this name should not start with `TEX'!).
- TEXCONFIG = $TEXMF/dvips//