]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / eqs-within-sections.module
index 2d687e9f3a95b814feeae75257cf90e9a553625b..1b1e69b338b3f612b385182d348ffc95e40e4a21 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 45
+Format 98
 
 Requires amsmath
 
@@ -13,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End