diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-24 22:14:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-24 22:14:11 +0000 |
commit | 27ec4e2f324d8d58a81d0eb435a7d27afafa6d0d (patch) | |
tree | accdf67abce7fdb45a7273e93603413c2f69d991 /Master/texmf/web2c | |
parent | ba3d5a002b7499d72f6a35ae16f2840f70b49b6a (diff) |
(TEXPSFONTS*): add type42.
git-svn-id: svn://tug.org/texlive/trunk@2191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 072780ba4cd..4b8351a3968 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -302,8 +302,8 @@ MFTINPUTS = .;$TEXMF/mft// % PostScript headers and prologues (.pro); unfortunately, some programs % also use this for acessing font files (enc, type1, truetype) -TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type3}}// -TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type3,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 |