Re: DOCBOOK-APPS: Error in Page numbering

2003-02-09 Thread Adam DiCarlo
Camille Bégnis [EMAIL PROTECTED] writes:

 Should I report a bug or is this behavior intended? Is there a
 parameter that may change that?
 
 This testcase shows another minor issue: the page pointed at in the
 TOC for the parts is the page of the following chapter, not the part
 title page.

File both of these as two separate bugs please (unless it's already
filed?).  Please also include the test document, I can add it to the
test suite.  Specify if you are using two-sided or one sided mode, and
include your jadetex.cfg file you're using if any.

Thanks.

-- 
...Adam Di Carlo..[EMAIL PROTECTED]...URL:http://www.onshored.com/




DOCBOOK-APPS: Error in Page numbering

2003-02-03 Thread Camille Bégnis
Hello,

running openjade on following sample with stock 1.77 stylesheets
---
book
  titletest/title
  chapter
titleFirst Chapter/title
parablabla/para
  /chapter
  part
titleFirst Part/title
  chapter
titleSecond Chapter/title
parablabla/para
  /chapter
  /part
/book
---
gives the following page sequence:
--
[blank] (Title page)
[blank]
iii (TOC)
1   (First Chapter)
[blank] (Part I)
2   (Second Chapter)
--
Which is wrong because last page should be numbered 3 (For larger 
first chapters, the first page of second chapter is always 2)

Then if I enclose the first chapter in a part, I also get the page sequence:
--
[blank] (Title page)
[blank]
iii (TOC)
[blank] (Part I)
1   (First Chapter)
[blank] (Part I)
2   (Second Chapter)
--
Funnily, If I set the parameter: (define %generate-part-titlepage% #f) 
the page sequence gets OK in the second case. Not the first one.

Should I report a bug or is this behavior intended? Is there a parameter 
that may change that?

This testcase shows another minor issue: the page pointed at in the 
TOC for the parts is the page of the following chapter, not the part 
title page.

Camille.