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-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]