Re: [NTG-context] index: distinguish entries by pagestyle

2013-01-15 Thread Andreas Mang

Am Jan 14, 2013 um 5:36 PM schrieb Philipp Gesang 
philipp.ges...@alumni.uni-heidelberg.de:

 ···date: 2013-01-14, Monday···from: Schmitz Thomas A.···
 
 
 On Jan 14, 2013, at 2:54 PM, Andreas Mang m...@imt.uni-luebeck.de wrote:
 
 Hi there,
 
 I got a question considering the registers. I'd like to distinguish between 
 the definition of some term and its appearance/use somewhere else (boldface 
 vs. normal font of page number for instance). The garden provides a 
 solution, which does not seem to work for me:
 
 %%%
 \setupregister[index][nb][pagestyle=bold]
 
 \starttext
 
 My \index[nb::dog]{dog}dog is a cat\index{cat}.
 
 \placeindex
 \stoptext
 %%%
 
 (modified from http://wiki.contextgarden.net/Registers).
 
 What I'd like to have is, that dog appears with a bold page number and that 
 cat doesn't.
 
 Your example produces the expected output with Mkii, and your code is OK, so 
 i assume this must be a bug in Mkiv. Hans?
 
 Hi Andreas and Thomas,
 
 this was reported a while back [0] but is still a “todo” in the
 source [1].
 
 [0] http://www.ntg.nl/pipermail/ntg-context/2011/059544.html
 [1] 
 http://repo.or.cz/w/context.git/blob/refs/heads/origin:/tex/context/base/strc-reg.mkiv

Hi there,

Thomas  Philipp: Thanks a lot for looking into this.

In my opinion this is a very helpful feature, as it allows to differentiate 
between definition and use.

@Hans: May I humbly ask, if it is possible to fix this?! (it doesn't hurt to 
ask, I suppose ;) )

Cheers,
Andreas



___
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: distinguish entries by pagestyle

2013-01-15 Thread Robert Blackstone

On 15 Jan 2013, at 10:08 ,  Andreas Mang m...@imt.uni-luebeck.de wrote
 
 In my opinion this is a very helpful feature, as it allows to differentiate 
 between definition and use.
 
 @Hans: May I humbly ask, if it is possible to fix this?! (it doesn't hurt to 
 ask, I suppose ;) )
 
 Cheers,
 Andreas
 +1 !!
Best regards,
Robert Blackstone
___
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: distinguish entries by pagestyle

2013-01-14 Thread Andreas Mang
Hi there,

I got a question considering the registers. I'd like to distinguish between the 
definition of some term and its appearance/use somewhere else (boldface vs. 
normal font of page number for instance). The garden provides a solution, which 
does not seem to work for me:

%%%
\setupregister[index][nb][pagestyle=bold]

\starttext

My \index[nb::dog]{dog}dog is a cat\index{cat}.

\placeindex
\stoptext
%%%

(modified from http://wiki.contextgarden.net/Registers).

What I'd like to have is, that dog appears with a bold page number and that cat 
doesn't.

ConTeXt  ver: 2013.01.10 01:04 MKIV  fmt: 2013.1.11

Cheers,
Andreas
___
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: distinguish entries by pagestyle

2013-01-14 Thread Schmitz Thomas A.

On Jan 14, 2013, at 2:54 PM, Andreas Mang m...@imt.uni-luebeck.de wrote:

 Hi there,
 
 I got a question considering the registers. I'd like to distinguish between 
 the definition of some term and its appearance/use somewhere else (boldface 
 vs. normal font of page number for instance). The garden provides a solution, 
 which does not seem to work for me:
 
 %%%
 \setupregister[index][nb][pagestyle=bold]
 
 \starttext
 
 My \index[nb::dog]{dog}dog is a cat\index{cat}.
 
 \placeindex
 \stoptext
 %%%
 
 (modified from http://wiki.contextgarden.net/Registers).
 
 What I'd like to have is, that dog appears with a bold page number and that 
 cat doesn't.

Your example produces the expected output with Mkii, and your code is OK, so i 
assume this must be a bug in Mkiv. Hans?

Thomas
___
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: distinguish entries by pagestyle

2013-01-14 Thread Philipp Gesang
···date: 2013-01-14, Monday···from: Schmitz Thomas A.···

 
 On Jan 14, 2013, at 2:54 PM, Andreas Mang m...@imt.uni-luebeck.de wrote:
 
  Hi there,
  
  I got a question considering the registers. I'd like to distinguish between 
  the definition of some term and its appearance/use somewhere else (boldface 
  vs. normal font of page number for instance). The garden provides a 
  solution, which does not seem to work for me:
  
  %%%
  \setupregister[index][nb][pagestyle=bold]
  
  \starttext
  
  My \index[nb::dog]{dog}dog is a cat\index{cat}.
  
  \placeindex
  \stoptext
  %%%
  
  (modified from http://wiki.contextgarden.net/Registers).
  
  What I'd like to have is, that dog appears with a bold page number and that 
  cat doesn't.
 
 Your example produces the expected output with Mkii, and your code is OK, so 
 i assume this must be a bug in Mkiv. Hans?

Hi Andreas and Thomas,

this was reported a while back [0] but is still a “todo” in the
source [1].

Regards
Philipp


[0] http://www.ntg.nl/pipermail/ntg-context/2011/059544.html
[1] 
http://repo.or.cz/w/context.git/blob/refs/heads/origin:/tex/context/base/strc-reg.mkiv


pgpeER2DKNSjO.pgp
Description: PGP signature
___
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
___