I have a large LaTeX document with figures in .eps, .pdf, .png, .tif(f), .jpg formats as well as pstricks code and psfrag fragment. One approach to compile this document is to use an external program like Illustrator to convert all files to .eps and then use the trusted latex+dvips+ps2pdf path; but this is tedious. I have not found any other approach that really works:
Using
epstopdf(with appropriate conversion rules) withpdflatexhandles everything except psfrag fragmentsauto-pst-pdfwithpdflatexcannot handle .tif(f) files
I was wondering if anyone knows a workaround to make either epstopdf consistent with psfrag or to make auto-pst-pdf to handle .tif(f), or maybe suggest a better approach.
psfrag. WithTikZand the method used here : http://tex.stackexchange.com/questions/9559/drawing-on-an-image-with-tikz/9562#9562 it's possible to draw and to write on a picture – Alain Matthes Dec 18 '11 at 07:14