ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Strange behavior with the X2 encoding
@ 2005-06-14 12:33 Radhelorn
  2005-06-14 14:20 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Radhelorn @ 2005-06-14 12:33 UTC (permalink / raw)


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 <radhelorn@mail.ru>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Strange behavior with the X2 encoding
  2005-06-14 12:33 Strange behavior with the X2 encoding Radhelorn
@ 2005-06-14 14:20 ` Taco Hoekwater
  2005-06-14 17:36   ` Radhelorn
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2005-06-14 14:20 UTC (permalink / raw)


Radhelorn wrote:
> 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)))
> *

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Strange behavior with the X2 encoding
  2005-06-14 14:20 ` Taco Hoekwater
@ 2005-06-14 17:36   ` Radhelorn
  0 siblings, 0 replies; 3+ messages in thread
From: Radhelorn @ 2005-06-14 17:36 UTC (permalink / raw)


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 <radhelorn@mail.ru>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-14 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-14 12:33 Strange behavior with the X2 encoding Radhelorn
2005-06-14 14:20 ` Taco Hoekwater
2005-06-14 17:36   ` Radhelorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).