]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Update a bibitem label also when it is emptied.
[lyx.git] / lib / layouts / eqs-within-sections.module
index c277185ffd33d357d9baadbc60dec7ee77def78a..3216914078daa10dfd18c391be84cc6b6ee9dc89 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 21
+Format 35
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End