次のコードをコンパイルしている間
{\centering {\includegraphics[scale=.5]{splash.eps}} \caption{Splash Screen} \par}
\end{figure}
Splash screen is an integral part and shows a tutorial of application.
\begin{figure}[ht]
{\centering {\includegraphics[scale=.5]{splashmore.eps}} \caption{Splash Screen 1} \par}
\end{figure}
最初のイメージ (つまり、splash.eps) は、コンパイル時に適切に追加されます。2 番目のものを追加しようとすると、コンパイルで次のエラーが発生します。
! LaTeX Error: Cannot determine size of graphic in ./eps/splashmore.eps (no Bou
ndingBox).
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.16 ...\includegraphics[scale=.5]{splashmore.eps}
} \caption{Splash Screen 1...
何が問題なのですか?
編集:問題は画像にありました。Gimp で開いて .eps ファイルとして保存し、後で問題なく使用できました。