This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: External-inlinegraphics


/ Joy Andree <joy.andree@ansys.com> was heard to say:
| 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"/>

fo:external-graphic is an inline, or at least it's supposed to be.
Are you using inlinemediaobject or inlinegraphic in your source
document? If you're using mediaobject or graphic instead, then what's
actually getting generated is <fo:block><fo:external-graphic>...

If you are using inlinemediaobject, it's a bug. Either mine or FOPs,
but I can't tell which without a little more context.

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

That's a FOP bug.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | We have fewer friends than we
http://www.oasis-open.org/docbook/ | imagine, but more than we
Chair, DocBook Technical Committee | know.--Hugo Von Hofmannsthal

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]