[NTG-context] font switch in 'style' stopped working

2009-03-26 Thread Vyatcheslav Yatskovsky

Thank you, Hans.  luatools --generate eliminated the error.

But, font switch in 'style' stopped working.
For example,

\definehead[faculty][chapter]
\setuphead [faculty][
  incrementnumber=list, page=yes, number=no, align=middle, style=\bfb]

produces bold but normal size font. \tfa also gives normal font.

Help!

Vyatcheslav



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] font switch in 'style' stopped working

2009-03-26 Thread Wolfgang Schuster


Am 27.03.2009 um 00:25 schrieb Vyatcheslav Yatskovsky:


Thank you, Hans.  luatools --generate eliminated the error.

But, font switch in 'style' stopped working.
For example,

\definehead[faculty][chapter]
\setuphead [faculty][
 incrementnumber=list, page=yes, number=no, align=middle, style=\bfb]

produces bold but normal size font. \tfa also gives normal font.

Help!


Looks correct to me.

\definehead[faculty][chapter]
\setuphead [faculty] 
[incrementnumber=list,page=yes,number=no,align=middle,style=\bfb]


\starttext

\faculty{faculty}

{\tf text \tfa text \tfb text \tfc text}

{\bf text \bfa text \bfb text \bfc text}

\stoptext

Wolfgang

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___