On 1 July 2016 at 23:01, Robert Weiner <[email protected]> wrote: > Say I have a 10 line table and I make an index entry for each line in the > table. > Then elsewhere in the manual, I want to provide a cross-reference to > an item in the table (not just the section that the item is in)? Is > this possible?
It should be possible by putting an anchor in the table row with the @anchor command. > We already have the index entries that provide hyperlinks to their > associated items, so what I want is an indirect reference that finds > the index entry and goes to its item. This doesn't exist: you'd have to put an @anchor command next to each index command that you want to reference in this way.
