Georg Baum wrote: >> 2. The Graphics inset exports bitmapped graphics and vector >> graphics differently, albeit in a hard-coded manner. It should be >> straight-forward to define different External templates for these >> so that they do the right thing when converted to postscript or pdf >> documents using either latex or pdflatex. However, it still needs >> to be done. > > What is the difference?
Using the latex compiler: [e]ps images should not be converted. all other image formats should be converted to eps. Using the pdflatex compiler: pdf and png images should not be converted. [e]ps images should be converted to pdf. all other image formats should be converted to png. I don't see any difficulty in writing a VectorImage external template to sit alongside the existing RasterImage template. > 4. The external inset does not use the fallback converter > convertDefault.sh. This renders the bitmap external template > unusable in default installations. Sure, because we removed all the interesting converters from lib/configure. Anyway, I have a violent dislike for convertDefault.sh. > 5. The filename is not exported correctly in some complicated cases, > as Jean-Marc pointed out recently. Really? I don't recall seeing this post. Will your improved mangling improve things? > 6. Displaying the image is not on by default ;-) I like grey buttons myself ;-) -- Angus