imagedata to @image gets wrong extension
Status: Beta
Brought to you by:
stevecheng
When converting the imagedata tag to @image the extension has an extra '.'. For example,
<imagedata fileref="images/rulfig1.png"/>
becomes
@image{images/rulfig1,,,,.png}
but should be
@image{images/rulfig1,,,,png}
Christian
congoneser@gmail.com