mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 09:35:39 +00:00
adefdf8eeb
This reverts commit 7c041af6425001d7779f5e44d72918d8591ea37d. 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
|
|
|