Re: [NTG-context] texnansi.enc

2011-11-15 Thread Hans Hagen

On 15-11-2011 04:32, Yue Wang wrote:

Still not fixed!


btw, Hans, how to enable hz in MKII for officina?

\usetypescriptfile[type-buy]
\definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
\definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]
\usetypescript[serif,sans,mono][handling,hanging][highquality]


move that last line up .. in traditional tex these features are global 
and cannot be enabled for a font afterwards



\setupbodyfont[officina,ss]
\setupalign[hz,hanging]


just don't work at all.


On Thu, Nov 10, 2011 at 9:18 AM, Yue Wangyuleo...@gmail.com  wrote:

still not fixed

On Wed, Nov 9, 2011 at 2:31 PM, Hans Hagenpra...@wxs.nl  wrote:

On 9-11-2011 18:02, Yue Wang wrote:


Hi, Mojca:

just updated context and mkii told me

!pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file for
reading

is this file removed?


not on purpose .. it should be there

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-






--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] texnansi.enc

2011-11-15 Thread Yue Wang
tried


\usetypescript[serif,sans,mono][handling,hanging][highquality]
\usetypescriptfile[type-buy]
\definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
\definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]

\setupbodyfont[officina,ss]
\setupalign[hz,hanging]

\starttext

\dorecurse{30}{\input zapf}

\stoptext


just don't work


On Tue, Nov 15, 2011 at 3:58 AM, Hans Hagen pra...@wxs.nl wrote:
 On 15-11-2011 04:32, Yue Wang wrote:

 Still not fixed!


 btw, Hans, how to enable hz in MKII for officina?

 \usetypescriptfile[type-buy]
 \definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
 \definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]
 \usetypescript[serif,sans,mono][handling,hanging][highquality]

 move that last line up .. in traditional tex these features are global and
 cannot be enabled for a font afterwards

 \setupbodyfont[officina,ss]
 \setupalign[hz,hanging]


 just don't work at all.


 On Thu, Nov 10, 2011 at 9:18 AM, Yue Wangyuleo...@gmail.com  wrote:

 still not fixed

 On Wed, Nov 9, 2011 at 2:31 PM, Hans Hagenpra...@wxs.nl  wrote:

 On 9-11-2011 18:02, Yue Wang wrote:

 Hi, Mojca:

 just updated context and mkii told me

 !pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file
 for
 reading

 is this file removed?

 not on purpose .. it should be there

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -




 --

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] texnansi.enc

2011-11-15 Thread Yue Wang
see the attachment

On Tue, Nov 15, 2011 at 6:59 AM, Yue Wang yuleo...@gmail.com wrote:
 tried


 \usetypescript[serif,sans,mono][handling,hanging][highquality]
 \usetypescriptfile[type-buy]
 \definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
 \definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]

 \setupbodyfont[officina,ss]
 \setupalign[hz,hanging]

 \starttext

 \dorecurse{30}{\input zapf}

 \stoptext


 just don't work


 On Tue, Nov 15, 2011 at 3:58 AM, Hans Hagen pra...@wxs.nl wrote:
 On 15-11-2011 04:32, Yue Wang wrote:

 Still not fixed!


 btw, Hans, how to enable hz in MKII for officina?

 \usetypescriptfile[type-buy]
 \definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
 \definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]
 \usetypescript[serif,sans,mono][handling,hanging][highquality]

 move that last line up .. in traditional tex these features are global and
 cannot be enabled for a font afterwards

 \setupbodyfont[officina,ss]
 \setupalign[hz,hanging]


 just don't work at all.


 On Thu, Nov 10, 2011 at 9:18 AM, Yue Wangyuleo...@gmail.com  wrote:

 still not fixed

 On Wed, Nov 9, 2011 at 2:31 PM, Hans Hagenpra...@wxs.nl  wrote:

 On 9-11-2011 18:02, Yue Wang wrote:

 Hi, Mojca:

 just updated context and mkii told me

 !pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file
 for
 reading

 is this file removed?

 not on purpose .. it should be there

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -




 --

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -




Untitled.tex
Description: TeX document


Untitled.pdf
Description: Adobe PDF document
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] texnansi.enc

2011-11-14 Thread Yue Wang
Still not fixed!


btw, Hans, how to enable hz in MKII for officina?

\usetypescriptfile[type-buy]
\definetypeface[officina][rm][serif][officina][default][encoding=texnansi]
\definetypeface[officina][ss][sans] [officina][default][encoding=texnansi]
\usetypescript[serif,sans,mono][handling,hanging][highquality]

\setupbodyfont[officina,ss]
\setupalign[hz,hanging]


just don't work at all.


On Thu, Nov 10, 2011 at 9:18 AM, Yue Wang yuleo...@gmail.com wrote:
 still not fixed

 On Wed, Nov 9, 2011 at 2:31 PM, Hans Hagen pra...@wxs.nl wrote:
 On 9-11-2011 18:02, Yue Wang wrote:

 Hi, Mojca:

 just updated context and mkii told me

 !pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file for
 reading

 is this file removed?

 not on purpose .. it should be there

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] texnansi.enc

2011-11-10 Thread Yue Wang
still not fixed

On Wed, Nov 9, 2011 at 2:31 PM, Hans Hagen pra...@wxs.nl wrote:
 On 9-11-2011 18:02, Yue Wang wrote:

 Hi, Mojca:

 just updated context and mkii told me

 !pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file for
 reading

 is this file removed?

 not on purpose .. it should be there

 -
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
 -

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] texnansi.enc

2011-11-09 Thread Yue Wang
Hi, Mojca:

just updated context and mkii told me

!pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file for reading

is this file removed?

Yue Wang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] texnansi.enc

2011-11-09 Thread Hans Hagen

On 9-11-2011 18:02, Yue Wang wrote:

Hi, Mojca:

just updated context and mkii told me

!pdfTeX error: pdftex (file texnansi.enc): cannot open encoding file for reading

is this file removed?


not on purpose .. it should be there

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___