]> git.lyx.org Git - features.git/blobdiff - lib/layouts/eqs-within-sections.module
DocBook: implement fancy color box.
[features.git] / lib / layouts / eqs-within-sections.module
index af3268418cb88b3e8dc2a37912473428469938a0..78d23194955138d0c862a86be4a1bf7aa27ae1d9 100644 (file)
@@ -5,7 +5,7 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 78
+Format 85
 
 Requires amsmath
 
@@ -14,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End