On 03/05/2012 05:34 PM, Pavel Sanda wrote:
Pavel, these fixes are all very minor compared to the major defect
Hello, I'm forwarding this mail to LyX-development mailing list.
(I know nothing of endnotes, maybe its not even bug...)
Pavel
of Lyx. Endnotes in most books in the Humanities have numbering:
Chapter 1
1.
2.
3.
..
..
Chapter 2
1.
2.
..
..
Chapter 3
1.
2.
..
..
Each Chapter's Endnotes starts with the number 1. Very, very common
- have a look. But Lyx cannot do this!
Can you fix this real problem?
The easy way is to use the \@addtoreset command, thus:
\@addtoreset{endnote}{chapter}
You can also use the chngcntr package to get the same effect:
\usepackage{chngcntr}
\counterwithin*{endnote}{chapter}
Richard