EPS to PDF


If the EPS to PDF conversion does nt work include:

epstopdf is sometimes trying to write in the wrong directory and then fails to create the file (on certain editors at least, I had a similar problem with WinEDT). Place the following code in the header:
\epstopdfsetup{outdir=./}
Or add it as an option to epstopdf:
\usepackage[outdir=./]{epstopdf}
 
 
 
 

Comments