mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
adefdf8eeb
This reverts commit 7c041af642
.
We will hold this back until we fix the issue discussed here:
https://marc.info/?l=lyx-devel&m=171733833610242&w=2
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 104
|
|
|
|
Requires amsmath
|
|
|
|
AddToPreamble
|
|
\numberwithin{equation}{section}
|
|
EndPreamble
|
|
|
|
Counter equation
|
|
GuiName Equation
|
|
Within section
|
|
LabelString "\thesection.\arabic{equation}"
|
|
PrettyFormat "(\thesection.\arabic{equation})"
|
|
End
|