]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Check path of Qt tools if qtchooser is detected
[lyx.git] / lib / layouts / eqs-within-sections.module
index c277185ffd33d357d9baadbc60dec7ee77def78a..c3b98fcc6673cd5fa858d9cd95b24e3eaed9790b 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 21
+Format 60
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End