[NTG-context] Strange behavior with the X2 encoding

2005-06-14 Thread Radhelorn

Hello!
I'm expirementing with the fonts in ConTeXt and have a problem.

\usetypescript [modern-base] [x2]
\setupbodyfont [modern]

\starttext
Text.
\stoptext

When parsing this file ConTeXt outputs:
...
(/usr/local/tetex/texmf-local/tex/context/base/type-map.tex)
(/usr/local/tetex/texmf-local/tex/context/base/type-spe.tex)
(/usr/local/tetex/texmf-local/tex/context/base/type-akb.tex)))
*

Nor \end, nor \relax or \bye helps, on Ctrl-D I get:

! Emergency stop.
* cont-en 

T2{A,B,C} encodings works well.

--
Radhelorn [EMAIL PROTECTED]


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Strange behavior with the X2 encoding

2005-06-14 Thread Radhelorn

Taco Hoekwater wrote:

\usetypescript [modern-base] [x2]
\setupbodyfont [modern]

\starttext
Text.
\stoptext

When parsing this file ConTeXt outputs:
...
(/usr/local/tetex/texmf-local/tex/context/base/type-map.tex)
(/usr/local/tetex/texmf-local/tex/context/base/type-spe.tex)
(/usr/local/tetex/texmf-local/tex/context/base/type-akb.tex)))
*



This one was nasty. There is a bug in enco-cyr.tex:

1. open /usr/local/tetex/texmf-local/tex/context/base/enco-cyr.tex
   in an editor
2. change line 673 to read:
   \resetcaserange 128 to 255
   (the lower value was 0, and that resets all \catcodes to 'letter')
3. save the file and regenerate formats
4. all should be well now.


Taco


Thanks, works fine now.

--
Radhelorn [EMAIL PROTECTED]


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context