mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
f9b4dde589
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37431 a592a061-630c-0410-9148-cb99ea01b6c8
19 lines
372 B
Plaintext
19 lines
372 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 33
|
|
|
|
Requires amsmath
|
|
|
|
AddToPreamble
|
|
\numberwithin{equation}{section}
|
|
EndPreamble
|
|
|
|
Counter equation
|
|
Within section
|
|
LabelString "\thesection.\arabic{equation}"
|
|
End
|