]> git.lyx.org Git - features.git/blobdiff - lib/layouts/eqs-within-sections.module
Update layouts to 2.2.0alpha1 format
[features.git] / lib / layouts / eqs-within-sections.module
index 703cf555feec741c899d310e26b60ea0c84a1227..bfd781f690bb365cc38d22ed0f64db6825a89011 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 28
+Format 57
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End