Sorry if this has been asked somewhere else... I tried for quit a while but still couldn't the solution.
So I am trying to include several EPS figures created by Illustrator CS3 into a Tex file in TeXicCenter. Here's my code:
Code: Select all
\documentclass[
preprint
]{jasatex} % jasatex.cls obtained from the journal website
\usepackage{graphicx}
...
\begin{figure}
\includegraphics[type=eps,ext=.eps,read=.eps]{fig_1}
\caption{A figure caption. The figure captions are automatically numbered.}
\label{fig:fig1}
\end{figure}
Now I can pass without errors and warnings, but have Bad Box(es) reported, and the figures are shown as blank boxes with the figure filename in the middle of it... I am not sure what went wrong. Could anyone help me on this?
Thanks so much!