]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/subequations.module
Update branch inset inversion explanation
[lyx.git] / lib / layouts / subequations.module
index 93bac16fbd816e859f140d001476e29e45984826..d8b74a27f762b4a63a667d9e65e7b2bc0297aee1 100644 (file)
@@ -1,11 +1,12 @@
 #\DeclareLyXModule{Subequations}
+#\DeclareCategory{Maths}
 #DescriptionBegin
-#Provide a straightforward way to segregate subequations in LyX. See the subequations.lyx example file.
+#Provide a straightforward way to segregate subequations in LyX. See the Math manual.
 #DescriptionEnd
 
 # Author: Joel A. Kulesza (jkulesza@gmail.com)
 
-Format 48
+Format 95
 
 InsetLayout Flex:Subequations
   LyxType               custom
@@ -15,5 +16,6 @@ InsetLayout Flex:Subequations
   LatexName             subequations
   MultiPar              true
   Requires              amsmath
+  ResetsFont            true
 End