3 Jun 2004 10:27
extra page between cover and chapter with docbook
Jason Novotny <novotny <at> aei.mpg.de>
2004-06-03 08:27:51 GMT
2004-06-03 08:27:51 GMT
Hi and sorry for posting a question that is likely asked numerous times
but i couldn't find it on the FAQ. I'm using the docbook stylesheets and
after using FOP to render the fop I see my title on one page, the
copyright info on the very top of the second page and the third page is
blank. Any idea what I can do to just render the title and copyright on
the same page and have the TOC start on page? This is my docbook below:
<book>
<title>My Guide</title>
<bookinfo>
<copyright>
<year>2003, 2004</year>
<holder>My Project</holder>
</copyright>
</bookinfo>
<chapter id="intro">
..
</>
Thanks very much, Jason
However, I have
used just the following section for my title.xml (and then create the
xsl which is imported):
<t:titlepage t:element="book" t:wrapper="fo:block">
<t:titlepage-content t:side="recto">
<title
t:named-template="division.title"
param:node="ancestor-or-self::book[1]"
text-align="center"
font-size="&hsize5;"
space-before="&hsize5space;"
font-weight="bold"
font-family="{$title.fontset}"/>
<author font-size="&hsize3;"
space-before="&hsize2space;"
keep-with-next="always"/>
<copyright/>
</t:titlepage-content>
</t:titlepage>
but I still see the second page which has a horizontal line at the top
and the copyright info-- how can I just get rid of this second page as
well? Do I need to override <t:titlepage-content t:side="verso"> somehow
to not be used? Is this the second page that gets printed?
Thanks, Jason
RSS Feed