45 | | 3. In the doc where you want the image placed, give it the same name as your file except instead of |
46 | | .wkt extension use a .png. The files when generated will end in a .png extension and be placed in the images folder. |
| 45 | |
| 46 | 3. In the doc, where you want the image placed, give it the same name as your file except instead of |
| 47 | .wkt extension use a .png. The files when generated will end in a .png extension and be placed in the images folder. Example of image below |
| 48 | |
| 49 | |
| 50 | {{{ |
| 51 | <para> |
| 52 | <informalfigure> |
| 53 | <mediaobject> |
| 54 | <imageobject> |
| 55 | <imagedata fileref="images/st_touches02.png" /> |
| 56 | </imageobject> |
| 57 | |
| 58 | <caption><para><varname>POLYGON</varname> / <varname>POLYGON</varname></para></caption> |
| 59 | </mediaobject> |
| 60 | </informalfigure> |
| 61 | </para> |
| 62 | }}} |
| 63 | |