I have successfully added a custom page after the book.titlepage.
It is called readme.titlepage

Since I did not want headers & footers in the titlepage, i was not
generating header/footer content based on this condition.

      <xsl:when
        test  = "$pageclass = 'titlepage' and
                 $gentext-key = 'book'    and
                 $sequence = 'first'">
        <!-- No, book titlepages have no headers at all -->
      </xsl:when>

But the new page: readme.titlepage does not have a header.
I am unable to find suitable test to allow new page (recto & verso) fail in
the 'test' above.

Thanks,
~spr

-- 
View this message in context: 
http://www.nabble.com/header---footer-in-custom-title-page-tp15246374p15246374.html
Sent from the docbook apps mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to