ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Handling index entries with many references
       [not found] <51b4dc75.494cb40a.110a.ffffa90fSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2013-06-09 20:23 ` Wolfgang Schuster
  2013-06-09 20:45   ` honyk
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-06-09 20:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 09.06.2013 um 21:49 schrieb honyk <j.tosovsky@email.cz>:

> Dear All,
> 
> in my book I want to place the index (aka register) of places. Some of them
> are mentioned very often (>10). I want to keep that location in the index,
> but not to create references to all occurrences. 
> 
> In one old book I've found the following solution for this: in the index
> there are first three page references listed for that index entry followed
> by 'and many' phrase.
> 
> Can something like this be done in the ConTeXt (MkIV)? No interactivity is
> needed. The PDF output will be used just for printing.
> 
> \setupregister[index][coupling=yes] is not exactly what I want.

Do you have a example what you did in MkII?

Wolfgang
___________________________________________________________________________________
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: Handling index entries with many references
  2013-06-09 20:23 ` Handling index entries with many references Wolfgang Schuster
@ 2013-06-09 20:45   ` honyk
  0 siblings, 0 replies; 4+ messages in thread
From: honyk @ 2013-06-09 20:45 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

On 2013-06-09 Wolfgang Schuster wrote:
> 
> Am 09.06.2013 um 21:49 schrieb honyk <j.tosovsky@email.cz>:
> 
> > Dear All,
> >
> > in my book I want to place the index (aka register) of places. Some
> of them
> > are mentioned very often (>10). I want to keep that location in the
> index,
> > but not to create references to all occurrences.
> >
> > In one old book I've found the following solution for this: in the
> index
> > there are first three page references listed for that index entry
> followed
> > by 'and many' phrase.
> >
> > Can something like this be done in the ConTeXt (MkIV)? No
> interactivity is
> > needed. The PDF output will be used just for printing.
> >
> > \setupregister[index][coupling=yes] is not exactly what I want.
> 
> Do you have a example what you did in MkII?

I hadn't typeset anything like this before. When mentioning the old book, I
mean manually typeset book (not digital one) produced by the letterpress
technology.

Jan

___________________________________________________________________________________
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: Handling index entries with many references
       [not found] <006701ce654a$842ba080$8c82e180$@tosovsky@email.cz>
@ 2013-11-15 14:00 ` honyk
  0 siblings, 0 replies; 4+ messages in thread
From: honyk @ 2013-11-15 14:00 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

On 2013-06-09 honyk wrote:
> 
> in my book I want to place the index (aka register) of places. 
> Some of them are mentioned very often (>10).
> 
> In one old book I've found the following solution for this: 
> in the index there are first three page references listed for 
> that index entry followed by 'and many' phrase.
> 
> Can something like this be done in the ConTeXt (MkIV)?

I found an elegant way for this:
\defineprocessor[many][right= and many]

This processor is then applied just for the last index entry page reference:
\index[many->]{primary}

This can be automated in my system. Wow, great!

Jan


___________________________________________________________________________________
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

* Handling index entries with many references
@ 2013-06-09 19:49 honyk
  0 siblings, 0 replies; 4+ messages in thread
From: honyk @ 2013-06-09 19:49 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

Dear All,

in my book I want to place the index (aka register) of places. Some of them
are mentioned very often (>10). I want to keep that location in the index,
but not to create references to all occurrences. 

In one old book I've found the following solution for this: in the index
there are first three page references listed for that index entry followed
by 'and many' phrase.

Can something like this be done in the ConTeXt (MkIV)? No interactivity is
needed. The PDF output will be used just for printing.

\setupregister[index][coupling=yes] is not exactly what I want.

Thanks,
Jan

___________________________________________________________________________________
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:[~2013-11-15 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <51b4dc75.494cb40a.110a.ffffa90fSMTPIN_ADDED_BROKEN@mx.google.com>
2013-06-09 20:23 ` Handling index entries with many references Wolfgang Schuster
2013-06-09 20:45   ` honyk
     [not found] <006701ce654a$842ba080$8c82e180$@tosovsky@email.cz>
2013-11-15 14:00 ` honyk
2013-06-09 19:49 honyk

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