\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 _______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
