"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| index.sty provides support for multiple indexes. I was able to implement
| this with lots of ERT
You call this lots of ERT? Or did you have hundreds of indices?
(or were you speaking of using them :-) )
| In the preamble i put:
| \usepackage{index}
| \newindex{T}{tdx}{tnd}{Title Index}
| \newindex{L}{ldx}{lnd}{Index of First Lines}
Ok, so we need a way to create new indices.
| At the end of the file I put:
| \printindex[T]
| \printindex[L]
Could also be put at the place you want it I guess? This would be a
IndexPrintInset, and enhancement on the one we already have.
| For the items to be indexed I put:
| \index[T]{poem title}
| \index[L]{first line of poem}
The enhancement of the InsetIndex is long overdue, and this is one
thing that should be done. (Not sure if you have noticed, but I have
multiple indices in the todo list.)
| The I exported to LaTex, ran:
| latex book
| makeindex -o book.tnd book.tdx, makeindex -o book.lnd book.ldx
| dvips -o book.ps book
This should be easily put into LaTeX::makeIndex (or whatever the name is)
| Seems like this should be pretty easy to put into LyX so that all would
| be needed would be the preamble entries.
| Beers up, Garst
Yes, the hard part is the setup of the additional indices since that
require GUI...I can do the rest anytime...
Lgb