]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
AEA.layout: restore a style
[lyx.git] / lib / layouts / eqs-within-sections.module
index ee440b0fc4c04faddc2e00c6913b22c6126d98a8..2d687e9f3a95b814feeae75257cf90e9a553625b 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 25
+Format 45
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End