Docbook cover images
Posted: Sat May 07, 2011 8:04 am
I'm using oxygen 12.1 on my MAC OS 10.6.7.
I would like to insert a cover with images in my document and I used this
I can see the image in the oxygen author window but when I transform the document the image is not available.
I think the xml is right because I don't get errors.
I would like to insert a cover with images in my document and I used this
Code: Select all
<info>
<title>Tor Vergata</title>
<subtitle>Annuario 2011/2012</subtitle>
<authorgroup>
<author>
<personname>
<firstname>Prodotto da:</firstname>
<surname>Centro di Calcolo e Documentazione di Tor Vergata</surname>
</personname>
</author>
</authorgroup>
<publisher>
<publishername>Centro di Calcolo e Documentazione di Tor Vergata</publishername>
<address><city>Roma</city></address>
</publisher>
<copyright>
<year>2011</year>
<holder>Università degli Studi di Roma Tor Vergata, Tutti i diritti riservati.</holder>
</copyright>
<cover>
<para role="tagline">Annuario di Tor Vergata 2011/2012</para>
<mediaobject>
<imageobject>
<imagedata fileref="logo.jpg">
<info>
<othercredit>
<orgname>A. Donnini</orgname>
</othercredit>
<othercredit>
<orgname>S. Rossi</orgname>
</othercredit>
</info>
</imagedata>
</imageobject>
</mediaobject>
</cover>
</info>
I think the xml is right because I don't get errors.