mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
22 lines
464 B
Plaintext
22 lines
464 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 107
|
|
|
|
Requires amsmath
|
|
|
|
AddToPreamble
|
|
\numberwithin{equation}{section}
|
|
EndPreamble
|
|
|
|
Counter equation
|
|
GuiName Equation
|
|
Within section
|
|
LabelString "\thesection.\arabic{equation}"
|
|
PrettyFormat "(\thesection.\arabic{equation})"
|
|
End
|