]> git.lyx.org Git - wiki-uploads.git/blob - Modules/nomindex.module
Import uploads from wiki
[wiki-uploads.git] / Modules / nomindex.module
1 #\DeclareLyXModule{Index of Names}
2 #DescriptionBegin
3 #Defines an index inset for names.
4 #DescriptionEnd
5
6 Format 11
7
8 InsetLayout NameIndex
9         LyXType               custom
10         LabelString           IdxNom
11         LatexType             command
12         LatexName             sindex[nom]
13         Decoration            classic
14         Font
15           Color               foreground
16           Size                Small
17           Family              Roman
18           Shape               Up
19           Series              Medium
20           Misc                No_Emph
21           Misc                No_Noun
22           Misc                No_Bar
23         EndFont
24         LabelFont
25           Color               red
26           Size                Small
27         EndFont
28         MultiPar              false
29 #       CustomPars            false
30 #       ForcePlain            true
31         NeedProtect           true
32 End