]> git.lyx.org Git - features.git/blobdiff - lib/layouts/eqs-within-sections.module
Fix compilation with gcc 4.9
[features.git] / lib / layouts / eqs-within-sections.module
index bc36e77adeea825f20d2a5c0ac6aeeed7795d266..878b593fb02f13638194908e7979e6c6fb846322 100644 (file)
@@ -5,7 +5,7 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 74
+Format 95
 
 Requires amsmath
 
@@ -14,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End