]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / eqs-within-sections.module
index 432e9b902dda2a2314e9c8cfb790f24944e3b544..f1c408e7f2faf8752c5ee877bca188985bad3c65 100644 (file)
@@ -5,7 +5,7 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 80
+Format 82
 
 Requires amsmath
 
@@ -14,6 +14,7 @@ AddToPreamble
 EndPreamble
 
 Counter equation
+       GuiName Equation
        Within section
        LabelString "\thesection.\arabic{equation}"
 End