Re: [NTG-context] index sorting and formatting mixed up

2010-05-14 Thread luigi scarso
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.



-- 
luigi
___
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] index sorting and formatting mixed up

2010-05-14 Thread Michael Saunders
luigi scarso:

 \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.

How is it to be done in MKIV?  I could find no docs about it, nor even
a comment in the code.
___
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] index sorting and formatting mixed up

2010-05-14 Thread luigi scarso
On Fri, May 14, 2010 at 4:07 PM, Michael Saunders odrad...@gmail.com wrote:
 luigi scarso:

 \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.

 How is it to be done in MKIV?  I could find no docs about it, nor even
 a comment in the code.
I need to see strc-reg.mkiv

-- 
luigi
___
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] index sorting and formatting mixed up

2010-05-14 Thread Hans Hagen

On 14-5-2010 2:50, luigi scarso wrote:

On Fri, May 14, 2010 at 1:46 AM, Michael Saundersodrad...@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
___


[NTG-context] index sorting and formatting mixed up

2010-05-13 Thread Michael Saunders
\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
___
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
___