>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, Dec 06, 2002 at 02:51:44PM +0100, Jean-Marc Lasgouttes Andre> wrote: Isn't there a \DeclareGraphicsExtensions exactly for Andre> that purpose? (I've never used it myself, so I might be wrong) >> Yes, there is, but I think that going this way means more trouble >> than removing only standard extensions. Andre> Removing "standard extensions" only is fine with me. Andre> Nevertheless I think a more uniform approach would be nice and Andre> less trouble. We could e.g. ask all graphics insets about Andre> "their" extension at validate() time and put suitable Andre> \DeclareGraphicsExtensions in the .tex automatically. Yes, I thought about that. Besides the fact that it is more work, I think it is a `magic' behaviour with a not so predictable results (assume you have both foo.epsf and foo.epsi which one will be chosen first? Hint: this depends on the order of your graphics insets, since the extensions will be registered one by one). It seems to me that this kind of behaviour is bound to cause problems. JMarc