fix image in PDF

This commit is contained in:
Costin Leau
2012-09-19 18:55:22 +03:00
parent 2f0a8d0f06
commit 20781d687b
2 changed files with 12 additions and 3 deletions

View File

@@ -114,7 +114,10 @@ public class HelloWorldCommands implements CommandMarker {
<para>Here is an example session showing the behavior.</para>
<mediaobject>
<imageobject>
<imageobject role="fo">
<imagedata fileref="../images/shell-example.jpg"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="images/shell-example.jpg"/>
</imageobject>
</mediaobject>
@@ -123,7 +126,10 @@ public class HelloWorldCommands implements CommandMarker {
supports the use of an enumeration as command method arguments.</para>
<mediaobject>
<imageobject>
<imageobject role="fo">
<imagedata fileref="../images/shell-example-enum.jpg"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="images/shell-example-enum.jpg"/>
</imageobject>
</mediaobject>