Jane McKean wrote: > I'm creating and expanding our compiler and debugger documentation set > using LyX. A request has been made to add a second index to the User > Guide consisting of all of the compiler flags (there are hundreds). The > users would like to have all of the options listed in one place in the > docs.
Have a look at this. http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind The splitindex package is probably the best choice. You will need some ERT in any case, most likely, you will also need to export your document to LaTeX and compile it manually (because you need to call splitindex instead of makeindex), or run the index processor in you temp directory. In 1.4, the situation will improve a bit, because you can tweak the index processor call. HTH, J�rgen
