lyx_mirror/lib/layouts/eqs-within-sections.module
2020-12-22 16:53:15 +01:00

21 lines
415 B
Plaintext

#\DeclareLyXModule{Number Equations by Section}
#\DeclareCategory{Maths}
#DescriptionBegin
#Resets the equation number at section start and prepends
#the section number to the equation number, as in '(2.1)'.
#DescriptionEnd
Format 90
Requires amsmath
AddToPreamble
\numberwithin{equation}{section}
EndPreamble
Counter equation
GuiName Equation
Within section
LabelString "\thesection.\arabic{equation}"
End