]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Update tex2lyx test files
[lyx.git] / lib / layouts / eqs-within-sections.module
index ee440b0fc4c04faddc2e00c6913b22c6126d98a8..fd6f21560edc80498f900bffd8c03dd19a3004a0 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 25
+Format 40
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End