]> git.lyx.org Git - lyx.git/blob - lib/layouts/subequations.module
cbbd1b918d300a6ac61b0f29abdaf29ac130f95a
[lyx.git] / lib / layouts / subequations.module
1 #\DeclareLyXModule{Subequations}
2 #DescriptionBegin
3 #Provide a straightforward way to segregate subequations in LyX. See the subequations.lyx example file.
4 #DescriptionEnd
5
6 # Author: Joel A. Kulesza (jkulesza@gmail.com)
7
8 Format 68
9
10 InsetLayout Flex:Subequations
11   LyxType               custom
12   Decoration            classic
13   LabelString           Subequations
14   LatexType             Environment
15   LatexName             subequations
16   MultiPar              true
17   Requires              amsmath
18   ResetsFont            true
19 End
20