X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Feqs-within-sections.module;h=3216914078daa10dfd18c391be84cc6b6ee9dc89;hb=a0f6d3db9e417c8dd3345cb8aecd25a2674aa8f6;hp=c277185ffd33d357d9baadbc60dec7ee77def78a;hpb=082bdf47c9b92f41142498b12f0b90d1f59bc80d;p=lyx.git diff --git a/lib/layouts/eqs-within-sections.module b/lib/layouts/eqs-within-sections.module index c277185ffd..3216914078 100644 --- a/lib/layouts/eqs-within-sections.module +++ b/lib/layouts/eqs-within-sections.module @@ -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