lyx_mirror/lib/layouts/eqs-within-sections.module
Richard Heck f9377c8bcc Update layout format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34595 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-04 22:28:21 +00:00

14 lines
289 B
Plaintext

#\DeclareLyXModule{Number Equations by Section}
#DescriptionBegin
#Resets the equation number at section start and prepends
#the section number to the equation number, as in '(2.1)'.
#DescriptionEnd
Format 27
Requires amsmath
AddToPreamble
\numberwithin{equation}{section}
EndPreamble