atom feed13 messages in org.oasis-open.lists.docbook-appsRe: [docbook] Using an image on the t...
FromSent OnAttachments
Paul A. HoadleyApr 23, 2005 4:17 pm.pgp
Ben BrandersApr 24, 2005 1:56 am 
Paul A. HoadleyApr 24, 2005 2:16 am.pgp
Ben BrandersApr 24, 2005 3:54 am 
Paul A. HoadleyApr 24, 2005 8:10 am.pgp
Ben BrandersApr 24, 2005 11:52 am 
Paul A. HoadleyApr 25, 2005 1:17 am.pgp
Mauritz JeansonApr 25, 2005 8:13 am 
Ben BrandersApr 25, 2005 10:03 am 
Paul A. HoadleyApr 25, 2005 4:18 pm.pgp
Bob StaytonApr 25, 2005 5:24 pm 
Paul A. HoadleyApr 25, 2005 8:35 pm.pgp
Jirka KosekApr 26, 2005 1:53 am.bin
Subject:Re: [docbook] Using an image on the titlepage
From:Ben Branders (ben.@skynet.be)
Date:Apr 25, 2005 10:03:48 am
List:org.oasis-open.lists.docbook-apps

Mauritz Jeanson (25-04-05 17:13)

Yes, the block must have some text content. One way to get around that is to put a zero-width space (for example) in your customization layer:

<xsl:template name="book.titlepage.recto"> <fo:block>&#8203; <!-- makes block "non-empty" --> <fo:external-graphic src="url(...)"/> </fo:block> </xsl:template>

Success! :-)

At first, I thought it didn't work. FOP complained:

[INFO] [1] Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

I suppose my PNG file is too big (380,6 kb). On the other hand, when I use the EPS (9,9MB), the PDF is rendered correctly!

Now I have a little strange problem: I can see the frontpage in KDE's preview, I can see it with GV (ghostview), but I can't see it with Xpdf or Gpdf, Kpdf. What can cause this?

Best regards