OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [docbook-apps] header & footer in custom title page



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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]