]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / layouts / eqs-within-sections.module
index 0a12048e3592f924bb57be2aa46ce2b1b2d70311..484a89032a34541bb337b643847820e7d113e987 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 22
+Format 41
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End