On Nov 4, 2006, at 11:31 AM, Gillian Flato wrote: > I have a book file. The chapter and page numbering is updating just > fine. The paragraph numbering is not even though it's set to "read > from > previous file". We have a technical manual with numbered headings and > the headings are restarting at 1 with each chapter which is not > what we > want. > >
I assume your numbering is something like: 1.1 1.1.1 1.2.1 . . . 2.1 2.1.1 . . . If you use <$chapnum>.<n+>, <$chapnum>.<n>,<n+>, etc. this reads the chapter number as the number sequence. The paragraphs numbering follows along behind. HIH Alan
