ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: index sorting and formatting mixed up
@ 2010-05-14 14:07 Michael Saunders
  2010-05-14 14:20 ` luigi scarso
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Saunders @ 2010-05-14 14:07 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


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

* Re: index sorting and formatting mixed up
  2010-05-14 14:07 index sorting and formatting mixed up Michael Saunders
@ 2010-05-14 14:20 ` luigi scarso
  0 siblings, 0 replies; 5+ messages in thread
From: luigi scarso @ 2010-05-14 14:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, May 14, 2010 at 4:07 PM, Michael Saunders <odradek5@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
___________________________________________________________________________________

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

* Re: index sorting and formatting mixed up
  2010-05-14 12:50 ` luigi scarso
@ 2010-05-14 14:51   ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-05-14 14:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 14-5-2010 2:50, luigi scarso wrote:
> On Fri, May 14, 2010 at 1:46 AM, Michael Saunders<odradek5@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
___________________________________________________________________________________


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

* Re: index sorting and formatting mixed up
  2010-05-13 23:46 Michael Saunders
@ 2010-05-14 12:50 ` luigi scarso
  2010-05-14 14:51   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: luigi scarso @ 2010-05-14 12:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, May 14, 2010 at 1:46 AM, Michael Saunders <odradek5@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
___________________________________________________________________________________


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

* index sorting and formatting mixed up
@ 2010-05-13 23:46 Michael Saunders
  2010-05-14 12:50 ` luigi scarso
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Saunders @ 2010-05-13 23:46 UTC (permalink / raw)
  To: ntg-context

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


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

end of thread, other threads:[~2010-05-14 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-14 14:07 index sorting and formatting mixed up Michael Saunders
2010-05-14 14:20 ` luigi scarso
  -- strict thread matches above, loose matches on Subject: below --
2010-05-13 23:46 Michael Saunders
2010-05-14 12:50 ` luigi scarso
2010-05-14 14:51   ` Hans Hagen

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