<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><div><br></div></div></span></div><div><div>On 09.11.2011, at 12:05, Herbert Schulz wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On Nov 9, 2011, at 12:22 AM, Christian Pleul wrote:<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">If epstodf is called by graphicx package, which options a used for the epstopdf? Does the default look for a updated eps to recompile it to an updated pdf?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Best<br></blockquote><blockquote type="cite">--<br></blockquote><blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre">       </span>Christian<br></blockquote><br>Howdy,<br><br>The default settings (i.e., no extra options) are used when the graphicx package loads the epstopdf package. You may be able to send options to the epstopdf package by adding them to the graphicx package load but I don't do things that way. I use the \epstopdfsetup command (do texdoc epstopdf) to change options. And yes, if file-eps-converted-to.pdf already exists the package checks to see if file.eps is ``newer'' than that file file and will re-convert if necessary.<br><br>If there are commands you wish to use all the time you can create an epstopdf.cfg file with those commands and place it in my personal texmf tree at ~/Library/texmf/tex/latex/config/ (that last foldeer is optional but I use it to keep things organized). <br><br>I liked the older behavior where the conversions were file.eps->file.pdf (there are good reasons why they convert to a different base file name but I was used to the original so never run into problems) and the eps extension was pre-pended to the extension list. I use the line<br><br>\epstopdfsetup{verbose,update,prepend,prefersuffix=false,suffix=}<br><br>in that epstopdf.cfg file to get that behavior back. The `verbose,update' is part of the defaults but I like to be explicit about that. <br><br>I also add the tif(f)->png conversions (using the convert program that comes with MacTeX) to that file:<br><br>% tif->png<br>\epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 \OutputFile}<br>\PrependGraphicsExtensions{.tif}<br>% tiff->png<br>\epstopdfDeclareGraphicsRule{.tiff}{png}{.png}{convert #1 \OutputFile}<br>\PrependGraphicsExtensions{.tiff}<br><br>or, using sips (provided by Apple in Lion but I'm not sure how far back that goes) to do the conversion:<br><br>% tif->png<br>\epstopdfDeclareGraphicsRule{.tif}{png}{.png}{sips -s format png #1 --out \OutputFile}<br>\PrependGraphicsExtensions{.tif}<br>% tiff->png<br>\epstopdfDeclareGraphicsRule{.tiff}{png}{.png}{sips -s format png #1 --out \OutputFile}<br>\PrependGraphicsExtensions{.tiff}<br><br>which is the syntax used with the latest versions of epstopdf.<br><br>Good Luck,<br><br>Herb Schulz<br>(herbs at wideopenwest dot com)</div></blockquote><br></div><div><br></div><div>Thank you for the extensive answer, Herb!</div><div><br></div><div>I immediately used the tiff rule and it works nice. Thanks again.</div><div><div style="font-family: 'Lucida Grande'; ">--</div><div style="font-family: 'Lucida Grande'; "><span class="Apple-tab-span" style="white-space: pre; ">   </span>Christian</div><div style="font-family: 'Lucida Grande'; "><br></div><div style="font-family: 'Lucida Grande'; "><br></div><div style="font-family: 'Lucida Grande'; ">-Click. Boom. Amazing!-</div><div style="font-family: 'Lucida Grande'; "><br></div><div style="font-family: 'Lucida Grande'; ">Steve Jobs, 2006</div></div></body></html>