08/06/19 22:15:41 zaK0hxLT0
dvioutで以下のエラーが出てepsが表示されません。
色々試してみたのですが、解決できないので、どなたかご存じの方解決法教えてください。
Failed to make apple.bmp by the command
C:\soft\gs853w32full\gs8.53\bin\gswin32c.exe @tmp$.@@@
The file tmp$.@@@
is a parameter file
(A)bort to include graphics until this dviout is closed?
(R)etry this command for the investigation of this error?
(I)gnore this graphic?
ソース
\documentclass{jsarticle}
\usepackage[dvips]{graphicx}
\begin{document}
\includegraphics[width=5cm,clip]{apple.eps}
\end{document}