« Return to Thread: What is wrong in this title page spec?

Re: What is wrong in this title page spec?

by Bob Stayton :: Rate this Message:

Reply to Author | View in Thread

I think your book titlepage spec file still has an extra break-after="page"
in it from earlier attempts? In the fo file I see these in the fo:flow for
the titlepage sequence:

          <fo:block>
            <fo:block break-after="page"/>
          </fo:block>
          <fo:block break-after="page"/>


That extra break forces the page sequence to page 3 (but no content, so it
is empty), and the double.sided setting rounds that to a blank page 4
before the new page sequence starts for your legalnotice on page 5.  I
started with the original titlepage spec file and did not get that extra
break.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@...


----- Original Message -----
From: "spr" <spremi@...>
To: <docbook-apps@...>
Sent: Wednesday, October 17, 2007 12:44 PM
Subject: Re: [docbook-apps] What is wrong in this title page spec?


>
> 1) No I have removed the legal notice from book verso titlepage.
>
> 2) I am not any good at "fo" syntax, but figured that the 'title' in
> legal
> notice was being printed twice.
>   traced it back to a typo in my command-line. I was generating
> "tets.xsl"
> where as include was "test.xsl"
>
> 3) the duplicate id problem is gone, but the legal text appears on page
> 5!
>   (see attached test.fo & pdf)
> http://www.nabble.com/file/p13261483/test.fo test.fo
> http://www.nabble.com/file/p13261483/test.pdf test.pdf
>
> ~spr
>
>
> Bob Stayton wrote:
>>
>> Do you still have a legalnotice on your book verso titlepage?  Can you
>> tell
>> what element is producing the duplicate ID by looking in the FO file?
>>
>> Bob Stayton
>> Sagehill Enterprises
>> DocBook Consulting
>> bobs@...
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/What-is-wrong-in-this-title-page-spec--tf4630333.html#a13261483
> Sent from the docbook apps mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@...
> For additional commands, e-mail: docbook-apps-help@...
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...

 « Return to Thread: What is wrong in this title page spec?