« Return to Thread: header & footer in custom title page

header & footer in custom title page

by spr :: Rate this Message:

Reply to Author | View in Thread

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
~spr

 « Return to Thread: header & footer in custom title page