When the first part of a book as a PartIntro that takes
more than one page, the page numbering starts at 1 for
the Part, but is reset to 1 when the 1st Chapter in the
Part begins, leading to numbering: 1, 2, 1, 2, 3...
I can't reproduce that. Can you try the CVS version of the
stylesheets and let me know what happens? There was some
hacking recently with resepect to page number restarting, I
believe.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With current CVS the behaviour has changed but is still not
correct. There is still no numbering printed in the footer
before the 1st chapter in the part (which still gets
numbered as "1"), and the book's TOC reports the part itself
as starting on page "i".
Logged In: YES
user_id=81663
I can't reproduce that. Can you try the CVS version of the
stylesheets and let me know what happens? There was some
hacking recently with resepect to page number restarting, I
believe.
Logged In: YES
user_id=38086
With current CVS the behaviour has changed but is still not
correct. There is still no numbering printed in the footer
before the 1st chapter in the part (which still gets
numbered as "1"), and the book's TOC reports the part itself
as starting on page "i".
You can get my sample document from
http://ydirson.free.fr/dsssl/markup.sgml - you may be
interested by the content anyway :)
Logged In: YES
user_id=18375
Using the document at the URL Yann cited, I do see a number
of problems:
p i Titlepage
p ii-iv TOC
p i Preface (!)
p i Part I, and PartIntro (pages not numbered!)
p 1 Part I, Chapter 1 (!)
As I understand it, it should be:
p i Titlepage
p ii-iv TOC
p v Preface
p 1 Part I, and PartIntro (pages numbered)
p 4 Part I, Chapter 1
Yann, would you confirm this would seem correct?