eps画像を含まないものに関してはコンパイルできるのですが、eps画像を含むとコンパイルできません。使用OSはWindows8.1 64ビットで、TeXインストーラ3でTeXWorks,Ghostscript,dvioutをインストールしています(何度再インストールしてもGSviewは失敗してしまうのですが、この件と関係があるのかどうかはわかりません)。コンパイラはこのTeXWorksを用いています。たとえば、
\documentclass[a4paper,11pt]{article}
\usepackage[dvipdfmx]{graphicx}
\begin{document}
\begin{figure}
\begin{center}
\includegraphics[width=5in]{tiger.eps}
\end{center}
\end{figure}
\end{document}
をコンパイルしようとすると、エラーが
[1] (./sample.aux) )
(see the transcript file for additional information)
Output written on sample.dvi (1 page, 284 bytes).
SyncTeX written on sample.synctex.gz.
Transcript written on sample.log.
GPL Ghostscript 9.15: **** Could not open temporary file ''
**** Unable to open the initial device, quitting.
GPL Ghostscript 9.15: **** Could not open temporary file ''
Unrecoverable error: invalidfileaccess in setpagedevice
Operand stack:
true --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval--
sample -> sample.pdf
[1
dvipdfmx:warning: Filtering file via command -->rungs -q -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dAutoFilterGrayImages=false -dAutoFilterColorImages=false -dGrayImageFilter=/FlateEncode -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile='C:/Users/�x�F/AppData/Local/Temp/dvipdfm-x.9a6ca19c34116a0c4aa5d6189dd9b09f' -c .setpdfwrite -f './tiger.eps' -c quit<-- failed.
dvipdfmx:warning: Image format conversion for "./tiger.eps" failed...
dvipdfmx:fatal: pdf_ref_obj(): passed invalid object.
Output file removed.
と表示されます。過去の質問も参照してみましたが、自力では解決できません。よろしくお願いします。