Hi, I know of two ways to turn off the second title page. Option 1. Edit the titlepage specification file and rebuild the titlepage templates. That process is described here:
http://www.sagehill.net/docbookxsl/HTMLTitlePage.html The example on that page shows how the second title page is turned off for articles: <t:titlepage-content t:side="verso"> </t:titlepage-content> You could do the same for book. Option 2. Or you could just add this empty template to your customization layer to turn off the verso titlepage: <xsl:template name="book.titlepage.verso"> </xsl:template> Bob Stayton Sagehill Enterprises [email protected] ----- Original Message ----- From: rabarivelo solofo To: [email protected] Sent: Thursday, August 12, 2010 10:49 PM Subject: [docbook-apps] How to remove the second page Hi, I've made some work around to remove the second page after the front page but I couldn't find the solution. I hope someone can help me to remove that second page. Would you find in attach the pdf file to see page number 2. Best wishes, Rija ------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
