On 14-5-2010 2:50, luigi scarso wrote:
On Fri, May 14, 2010 at 1:46 AM, Michael Saunders<odrad...@gmail.com>  wrote:
\setupregister[index][bd][pagestyle=bold]
\starttext
\index{bc}\index{be}
This is a \index[bd::]{test}test.
\page
This is a less important \index{test}test.
\page
\placeindex
\stoptext
Confirmed: mkiv is different from mkii.

This is becuase that feature is not implemented in mkiv. There we will use a different method: processors, which will be available for finetuning rendering.

\defineprocessor[bf][style=bold]
\defineprocessor[it][style=italic]

\starttext

    \index{it->bc}\index{be}
    This is a \index[bf->x]{test}test.
    This is a less important \index{test}test.

    \placeindex

\stoptext

I'll add that for registers to the next beta.


-----------------------------------------------------------------
                                          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
___________________________________________________________________________________

Reply via email to