]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Fix #8201: our translation mechanism chokes on the character "
[lyx.git] / lib / layouts / eqs-within-sections.module
index 803cfe35571929ce67c40b2e05db6ade848d55de..57d37307f32011020dbe8e6a4af07927fcd7fc58 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 24
+Format 36
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End