]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/eqs-within-sections.module
Added IBM Plex fonts to lyx-GUI
[lyx.git] / lib / layouts / eqs-within-sections.module
index c277185ffd33d357d9baadbc60dec7ee77def78a..688cd6e9f3ef966cea5b1c8344b11757f6208365 100644 (file)
@@ -4,10 +4,15 @@
 #the section number to the equation number, as in '(2.1)'.
 #DescriptionEnd
 
-Format 21
+Format 69
 
 Requires amsmath
 
 AddToPreamble
        \numberwithin{equation}{section}
 EndPreamble
+
+Counter equation
+       Within section
+       LabelString "\thesection.\arabic{equation}"
+End