]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
iucr.layout: use Item_Environment for a style as proposed by Jürgen
[lyx.git] / lib / layouts / eqs-within-sections.module
index 5536f90454cd68bc10228b50a944a82e80dd52d8..f87ff04d035c17f5bd76ed36bc584e7d50076204 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 26
+Format 54
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End