I'm with a problem with the package epspdfconversion. I use the following preamble:
\documentclass[pdftex,12pt,a4paper,openany]{memoir}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{indentfirst}
\usepackage{latexsym}
\usepackage{amsmath,amssymb,amsfonts,wasysym}
\usepackage{graphicx}
\usepackage[help]{epspdfconversion}
\usepackage[left=3cm,right=2cm,top=3cm,bottom=2cm]{geometry}
\usepackage[center]{caption}
\usepackage{color}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage[pdftex, colorlinks=true, linkcolor=black, citecolor=black, urlcolor=black]{hyperref}
\usepackage[all]{hypcap}
and when I try to add a figure:
\begin{figure}
\includegraphics[scale=0.5]{ocupfd.eps}
\caption{a}
\end{figure}
the program gives me the following error:
Package pdftex.def Error: File `ocupfd-epspdf-to.pdf' not found
What should I do?
pdflatexwith the-shell-escapeoption? If you don't need any of the fancy options of epspdfconversion, maybe\usepackage{epstopdf}will do, without even the command line option, if your TeX distribution is recent. – egreg Nov 14 '11 at 23:39-shell-escapeoption? – Rodrigo Thomas Nov 15 '11 at 00:24-shell-escapeoption for the TeXMaker on Ubuntu? – Rodrigo Thomas Nov 15 '11 at 01:21-shell-escapejust before%.tex(separate it with spaces). – egreg Nov 15 '11 at 06:35\usepackage[help]{epspdfconversion}. Thegraphics.cfgof TeX Live since 2010 contains code for on-the-fly conversion of eps to pdf with the default settings. – Schweinebacke Nov 15 '11 at 07:39