Hi Ben,

On Friday 29 July 2011 [email protected] wrote:
> [...]
> @ Frank can you please give me also the possibility for using the Berlios
> documents, i have a account as user benmh.

You should have now write permission. Please test it with your nl directory. 
:)


> The software is installed on the machine.
> I only have some problems with placing a picture in XML.

Here is a small snippet. It inserts a title of an image which points to a 
foo.png file:

  <figure id="fig.appl">
     <title>Give me an Meaningful Title</title>
     <mediaobject>
       <imageobject role="fo">
         <imagedata fileref="foo.png" width="80%"/>
       </imageobject>
       <imageobject role="html">
         <imagedata fileref="foo.png" width="90%" />
       </imageobject>
     </mediaobject>
  </figure>

Usually it's a good idea to place two imageobject inside mediaobject to 
support different target formats. You can set the target formats in the role 
attribute; for PDF it's "fo", and for HTML it's just "html". This is useful, 
if you need different widths for PDF or HTML.

 
> [...]



-- 
Gruß/Regards,
    Thomas Schraitle

----------------------------------------------------------------------
SUSE LINUX Products GmbH   (o<   
Maxfeldstrasse 5           /\\   Documentation Specialist
90409 Nuernberg, Germany  _\_v   http://www.suse.com
http://lizards.opensuse.org/author/thomas-schraitle/
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, 
Felix Imendörffer, HRB 21284 (AG Nürnberg) 
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to