Re: Strange problems with teTeX 3.0
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
> and then run "updmap". LaTeX does not recognize my fonts, and, with my > GREAT SURPRISE, > $TETEXDIR/share/texmf-var/fonts/map/dvips/updmap/psfonts_t1.map is > UNCHANGED. You do not tell us if updmap has generated some other output files or if it has refused to create output for some reason. You also did not tell us if you have called updmap --edit (which is the recommended way, because it prevents editing the wrong file). > other fonts; LaTeX chokes again because cannot find cm.enc, needed by the > cm-super fonts; but cm.enc is there, in the texmf-local tree, in 2 things: - consider using the latin modern fonts - texdoc TETEXDOC > $TETEXDIR/share/texmf-local/fonts/map/dvips/. kpsewhich cm.enc types > *nothing*. running texhash does not change anything. I don't understand > what's happening --- could you help please? please? Between teTeX-2.0 and teTeX-3.0, the TDS was changed and this has caused different search paths for enc files. See the release notes in TETEXDOC. Thomas