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: Suppressing book title page in fo output?




                   Hi!

   I tried to find a way to have the TOC be the first page produced when  
producing a pdf book w/ docbook fo xsl stylesheets.


   E.g. this simple book produces a title page, some other page w/ book  
title and a blank page before the TOC (when used w/out a customization  
layer):

<?xml version="1.0" encoding="UTF-8"?>
<book>
    <title>My book</title>
		
    <chapter>
      <title>First chap</title>
         <para> abc</para>
   	<section>
   	   <title>Bar</title>
	   <para>blah blah</para>
	</section>
    </chapter>
</book>


   Adding

   <xsl:template name="book.titlepage"/>

   to customization layer seems to remove 2 out of the three. How do I get  
rid of the third one?


   BTW, what are the two other pages besides the title page?



      -Antti-




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