OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: External-inlinegraphics


How do I get an external-graphic to behave like a inlinegraphic and not line
break before and after the graphic?

  <fo:external-graphic src="url({$filename})"
    content-width="{$width}" content-height="{$height}"
    width="auto" height="auto"/>

I also had to modify the style sheet and remove the url( ) to get the
graphics to resolve.

  <fo:external-graphic src="{$filename}"
    content-width="{$width}" content-height="{$height}"
    width="auto" height="auto"/>


I am using the following to create PDF files.
XML - 1.37 Docbook - Norm Walsh style sheets - XT - FOP 0.18.1 


Thanks in advance for your help,

Joy Andree


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC