[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature request: multilevel indexing for TeX
From: |
arnold |
Subject: |
Re: Feature request: multilevel indexing for TeX |
Date: |
Sun, 28 Apr 2019 02:33:25 -0600 |
User-agent: |
Heirloom mailx 12.5 7/5/10 |
Gavin Smith <address@hidden> wrote:
> On Sat, Mar 02, 2019 at 04:33:30PM +0000, Gavin Smith wrote:
> > Implemented as @subentry in git commit 372cfab.
> >
> > A test file is attached. Please feel free to experiment.
> >
> > It still needs to be implemented in texi2any, once the syntax is
> > finalised. Volunteers are welcome.
>
> I've added some support for @seeentry and @seealso in index entries in
> texi2any. They are ignored except for DocBook output.
Truly awesome!!!
How do mean "ignored"? Do you simply remove the @subentry and use
the rest of the line as the index text, in Info, for example?
I'd suggest something like s/ address@hidden +/, /g in sed syntax
for Info, if that makes sense to you.
Thanks!
And once again, a huge THANK YOU for working with me to add this feature
to Texinfo. I have been working on the gawk manual's index to take
advantage of this and it makes for an incredible improvement.
Thanks again,
Arnold