Re: [NTG-context] register ranges

2006-02-23 Thread Duncan Hothersall
> \startregister[index]{Menippean} > \stopregister[index] > > and it works. However, when I try to replace [index] with my own key > (because I have overlapping ranges) > > \startregister[satire]{Menippean} > \stopregister[satire] > > I get errors: ... Hi Thomas. The first [...] in the \star

Re: [NTG-context] register ranges

2006-02-23 Thread Thomas A. Schmitz
On Feb 23, 2006, at 12:10 PM, Duncan Hothersall wrote: > > Hi Thomas. > > The first [...] in the \startregister command is the name of the > register itself, then there is a second one for the sort key/range > identifier. So you want: > > \startregister[index][Menippean]{Menippean} > \stopregiste

Re: [NTG-context] register ranges

2006-02-23 Thread Taco Hoekwater
Thomas A. Schmitz wrote: > Hi all, > > I must be obtuse, but I can't find the answer to this easy question: > to define a register range, I was using this: > > \startregister[index]{Menippean} > \stopregister[index] > > and it works. However, when I try to replace [index] with my own key >

[NTG-context] register ranges

2006-02-23 Thread Thomas A. Schmitz
Hi all, I must be obtuse, but I can't find the answer to this easy question: to define a register range, I was using this: \startregister[index]{Menippean} \stopregister[index] and it works. However, when I try to replace [index] with my own key (because I have overlapping ranges) \startreg