i try to place a small image in a line of text (e.g., a mathematical symbol between normal text). this works fine in html, but in the pdf there is always a line break generated after the image. this problem even occurs in the elml example pages on aligning, for instance the following example is not placed inline in the pdf output as it should be:
<multimedia src="../image/test.jpg" type="jpeg" align="left" height="100" width="150" units="pixels" legend="This is the test legend"/> text text text
i think the reason is that referenced images are always placed within a <block></block> section in the generated fo. if i remove this section around the element in the fo manually, inline placement works fine in the resulting pdf.
Sorry for replying so late. You are right, in the PDF block is always used. I dont know why. I will have to look into this in more detail.
I fixed this bug in the latest developer release. Please test and let me know if everything works correctly.