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