ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \seeindex broken?
@ 2010-10-20  7:36 Steffen Wolfrum
  2010-10-21 20:05 ` Steffen Wolfrum
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2010-10-20  7:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

it seems that \seeindex doesn't work as expected anymore (please run attached example).
Or did I do something wrong?

Best,
Steffen
(ConTeXt ver: 2010.10.12 01:03 MKIV)


\starttext

\placeregister[index]

\page

%test \seeindex{index1}{xindex2}test % <- here it works

\page

test \index{index1}test \index{xindex2}text

\page

test \index{index1}test \index{xindex2}text

\page

test \index{index1}test \index{xindex2}text

\page

test \seeindex{index1}{xindex2}test % <- here it does not

\page

test \index{index1}test \index{xindex2}text

\page

test \index{index1}test \index{xindex2}text

\page

test \index{index1}test \index{xindex2}text

%\page

%test \seeindex{index1}{xindex2}test % <- here it does not


\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] 4+ messages in thread

* Re: \seeindex broken?
  2010-10-20  7:36 \seeindex broken? Steffen Wolfrum
@ 2010-10-21 20:05 ` Steffen Wolfrum
  2010-10-21 20:19   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2010-10-21 20:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi Hans,

thanks for the fast fix!! Works great!

And looks very good now: 
"see xindex1, xindex2 and xindex3"  


ps: what sense does it make that only xindex2 has *no* interaction?

Steffen



Am 20.10.2010 um 09:36 schrieb Steffen Wolfrum:

> Hi,
> 
> it seems that \seeindex doesn't work as expected anymore (please run attached example).
> Or did I do something wrong?
> 
> Best,
> Steffen
> (ConTeXt ver: 2010.10.12 01:03 MKIV)
> 
> 
> \starttext
> 
> \placeregister[index]
> 
> \page
> 
> %test \seeindex{index1}{xindex2}test % <- here it works
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> \page
> 
> test \seeindex{index1}{xindex2}test % <- here it does not
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> \page
> 
> test \index{index1}test \index{xindex2}text
> 
> %\page
> 
> %test \seeindex{index1}{xindex2}test % <- here it does not
> 
> 
> \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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 4+ messages in thread

* Re: \seeindex broken?
  2010-10-21 20:05 ` Steffen Wolfrum
@ 2010-10-21 20:19   ` Hans Hagen
  2010-10-21 20:32     ` Steffen Wolfrum
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2010-10-21 20:19 UTC (permalink / raw)
  To: Steffen Wolfrum; +Cc: mailing list for ConTeXt users

On 21-10-2010 10:05, Steffen Wolfrum wrote:
> Hi Hans,
>
> thanks for the fast fix!! Works great!
>
> And looks very good now:
> "see xindex1, xindex2 and xindex3"
>
>
> ps: what sense does it make that only xindex2 has *no* interaction?

I didn't test interaction as I made just one simple test file.

-----------------------------------------------------------------
                                           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] 4+ messages in thread

* Re: \seeindex broken?
  2010-10-21 20:19   ` Hans Hagen
@ 2010-10-21 20:32     ` Steffen Wolfrum
  0 siblings, 0 replies; 4+ messages in thread
From: Steffen Wolfrum @ 2010-10-21 20:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 21.10.2010 um 22:19 schrieb Hans Hagen:

> On 21-10-2010 10:05, Steffen Wolfrum wrote:
>> Hi Hans,
>> 
>> thanks for the fast fix!! Works great!
>> 
>> And looks very good now:
>> "see xindex1, xindex2 and xindex3"
>> 
>> 
>> ps: what sense does it make that only xindex2 has *no* interaction?
> 
> I didn't test interaction as I made just one simple test file.



And I assumed it makes somehow sense concerning the request of Alan but I don't remember the details...  (wasn't there something about first and last entry of the seeindex reference?)

Again, thanks a lot!
Steffen
___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2010-10-21 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-20  7:36 \seeindex broken? Steffen Wolfrum
2010-10-21 20:05 ` Steffen Wolfrum
2010-10-21 20:19   ` Hans Hagen
2010-10-21 20:32     ` Steffen Wolfrum

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