]> 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 1f319eafada7f52818dcae8de71faed7de81ccde..1b1e69b338b3f612b385182d348ffc95e40e4a21 100644 (file)
@@ -5,7 +5,7 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 79
+Format 98
 
 Requires amsmath
 
@@ -14,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End