]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / eqs-within-sections.module
index bc36e77adeea825f20d2a5c0ac6aeeed7795d266..4b5aa9f9dccede79bc20c35ddac31daeca967728 100644 (file)
@@ -5,7 +5,7 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 74
+Format 99
 
 Requires amsmath
 
@@ -14,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End