Hi Horacio, On 11/21/2010 10:48 PM, Horacio Suarez wrote:
Jano, thankyou very much.
It is a songs book, and I need an author table of content.
Your solution is very good, works fine, but using \pagenumber or incrementing a counter I can´t make it work.
I replace \pagenumber with a incremental number to assure the label sorting.
So using the original sample, instead of:
A\index[arbol+\pagenumber]{arbol+rojo}\page B\index[araña+\pagenumber]{araña+linda}\page C\index[arbol+\pagenumber]{arbol+verde}\page D\index[araña+\pagenumber]{araña+grande}\page E\index[arbol+\pagenumber]{arbol+blanco}\page
it is now
A\index[arbol1]{arbol+rojo}\page B\index[araña2]{araña+linda}\page C\index[arbol3]{arbol+verde}\page D\index[araña4]{araña+grande}\page E\index[arbol5]{arbol+blanco}\page
Even it´not elegant, the Author index is very nice!
Maybe yo know why I can´t make it work.
Are you using MarkII or MarkIV? In mkiv the above solution works here. In mkii \expadned makes it work as Vianney has already suggested. Jano