mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
adefdf8eeb
This reverts commit 7c041af642
.
We will hold this back until we fix the issue discussed here:
https://marc.info/?l=lyx-devel&m=171733833610242&w=2
22 lines
537 B
Plaintext
22 lines
537 B
Plaintext
#\DeclareLyXModule{Subequations}
|
|
#\DeclareCategory{Maths}
|
|
#DescriptionBegin
|
|
#Provide a straightforward way to segregate subequations in LyX. See the Math manual.
|
|
#DescriptionEnd
|
|
|
|
# Author: Joel A. Kulesza (jkulesza@gmail.com)
|
|
|
|
Format 104
|
|
|
|
InsetLayout Flex:Subequations
|
|
LyxType custom
|
|
Decoration classic
|
|
LabelString Subequations
|
|
LatexType Environment
|
|
LatexName subequations
|
|
MultiPar true
|
|
Requires amsmath
|
|
ResetsFont true
|
|
End
|
|
|