Thanks, it works, but now I have problem with the hungarian hyphenation. The patternfile uses T1 encoding (I think it's ec) and I have inserted the next line in cont-usr.tex: \installlanguage[\s!hu][\s!mapping=ec,\s!encoding=ec,\c!status=\v!start] To solve my hyphenation problem I tried the same but with ec encoding:
1. Run texfont on context/data/type-tmf.dat like this:
texfont --encoding=texnansi --fontroot=/usr/share/texmf --batch type-tmf.dat I made a copy from ec.enc (from TeXlive7, it fails in teTeX2.0), then
texfont --encoding=ec... Without copying the file it doesn't work.
2. In your cont-sys.tex (/usr/local/texmf/tex/context/cont-sys.tex) have only the following:
==================== % This seems to be Hans preferred encoding \setupencoding[\s!default=texnansi] ==================== \setupencoding[\s!default=ec]
4. Add the following to pdftex/config/pdftex.cfg
==================== map +texnansi-bitstrea-charter.map map +texnansi-public-antp.map map +texnansi-public-antt.map map +texnansi-urw-bookman.map map +texnansi-urw-courier.map map +texnansi-urw-helvetica.map map +texnansi-urw-palatino.map map +texnansi-urw-times.map map +texnansi-urw-zapfchan.map ==================== map +ec-bitstrea-charter.map ...
And the result: error messages, TeX doesn't find the fonts. Any idea? Greetings Bence Nagy