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: Re: [docbook-apps] How to remove the second page



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
bobs@sagehill.net
 
 
----- Original Message -----
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: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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