Georg Baum wrote: > [ resent to the correct list, and with a better explanation of the python > problem] > > Now that insetgraphics writes always "\includegraphics{basename}" instead of > "\includegraphics{basename.ext}", I would like to get rid of the > possibility to omit the file extension in LyX. <snip> > Is the attached ok, or are there any reasons to keep the current filename > syntax?
One possible reason is this: The graphic(s|x) package is capable of using different image files depending on which driver is used. \includegraphics{basename} would include basename.eps if the dvips driver is used and basename.pdf if dvipdf or pdflatex is used. /JÅ