]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Cleanup bv-dependent variables in InsetCollapsable
[lyx.git] / lib / layouts / eqs-within-sections.module
index 0f1924f763882dc0ea781d7096c25ced70fd870c..c3b98fcc6673cd5fa858d9cd95b24e3eaed9790b 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 19
+Format 60
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End