Error message:
LaTeX Error: Unknown graphics extension: .eps"
Graphics command:
\begin{figure}[t]
\includegraphics[ ]{graphics/"new checkers order M 0200.eps"}
\end{figure}
Unsuccessful variants:
\includegraphics[ ]{graphics/"new checkers order M 0200"}
\includegraphics[ ]{graphics/"new checkers order M 0200".eps}
File header:
\documentclass[conference]{worldcomp}
\usepackage[hmargin=.75in,vmargin=1in]{geometry}
\usepackage[american]{babel}
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage{caption}
%%% Recommended to use for better results and compatible with the worldcomp.cls
\usepackage{textcomp}
\usepackage{epsfig,graphicx} %%% <==========
\usepackage{xcolor}
\usepackage{amsfonts,amsmath,amssymb}
\usepackage{fixltx2e} % Fixing numbering problem when using figure/table*
\usepackage{booktabs}
\usepackage{colortbl}
Using TeXShop v 3.51 with Typeset flags LaTeX and PdfTex. Distribution: TeXLive-2014, Intel 64.
The PDF versions from Mathematica have inferior typesetting and EPS fixes the problem. How can I use the EPS files?
====== addendum: EPS vs PDF
The top figure is the eps version, notice the label for the dependent parameter. In the subsequent PDF version the letter "a" collides with the absolute value operator.


TeXdistribution are you using? Whichever it is, you should delete\usepackage{epsfig}. – Ian Thompson Jun 16 '15 at 15:33epsfigpackage call deleted. Malady persists. – dantopa Jun 16 '15 at 15:50pstricks. A lua script likeepspdfmakes an excellent job, with te help ofghostscript. Maybe there are problems if the.epsis actually a bitmap graphic file, converted to postscript. For true vector graphics, I don't think there's a difference. – Bernard Jun 16 '15 at 15:55latex -> dvips -> pstopdf, notpdflatex. – Bernard Jun 16 '15 at 15:58pdfon the fly bypdflatex. – Ian Thompson Jun 16 '15 at 18:14