]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / eqs-within-sections.module
index 65d7ecca5f8f3ea1060d874c4ca71e6f953dca95..f1c408e7f2faf8752c5ee877bca188985bad3c65 100644 (file)
@@ -1,10 +1,11 @@
 #\DeclareLyXModule{Number Equations by Section}
+#\DeclareCategory{Maths}
 #DescriptionBegin
 #Resets the equation number at section start and prepends
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 53
+Format 82
 
 Requires amsmath
 
@@ -13,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End