Am Samstag, 20. Mai 2006 17:10 schrieb Joost Verburg: > Georg Baum wrote: > > IIRC (Angus please correct me if I am wrong) the clean_dvi script was > > invented for images that are included by preamble commands or ERT. > > So these are images that will not be stored in the temporary directory?
Yes. > Do you have an example for me to test? Yes, but that would not work due to non-existing paths. You can easily create one yourself. Write in the preamble \usepackage{graphicx} \usepackage{fancyhdr} \pagestyle{fancy} \lhead{\includegraphics{"/path with spaces/my logo.eps"}} and create a proper graphics file. I use something like that in lecture notes and exercise problems. Georg