John White wrote:
> 1. I would sure like to be able to make multiple indexes in the article
> class.  I see an article in wikipedia about doing such in memoir class
> but don't want to use Book.

Have a look at the package splitidx. You have to define a specific index 
converter in Preferences>Output>LaTeX (e.g. "splitindex.pl -m 'makeindex -c-
q'"), but it works quite well. If you want to reduce ERT, you can define 
custom insets in a module (with LyX 1.6). An example is attached.

Jürgen
#\DeclareLyXModule{Index of Names}
#DescriptionBegin
#Defines an index inset for names.
#DescriptionEnd

Format 11

InsetLayout NameIndex
        LyXType               custom
        LabelString           IdxNom
        LatexType             command
        LatexName             sindex[nom]
        Decoration            classic
        Font
          Color               foreground
          Size                Small
          Family              Roman
          Shape               Up
          Series              Medium
          Misc                No_Emph
          Misc                No_Noun
          Misc                No_Bar
        EndFont
        LabelFont
          Color               red
          Size                Small
        EndFont
        MultiPar              false
#       CustomPars            false
#       ForcePlain            true
        NeedProtect           true
End

Reply via email to