I created a figure in visio. After that I printed it with the printer Apple LaserWriter 12/640 PS for inclusion in Latex. The resulting EPS figure comes right and can be seen with GSview.
However, the problem comes when including it in Latex. It gives me the warnings "Overfull \hbox" and "Float too large for page by 178.59pt" and it does not appear in the resulting doc. I tried to resize the figure with scale, height and weight options of the \includegraphics command but does not work. Anyone know how to solve this?
This is the code and EPS figure:
Code: Select all
\begin{figure}
\includegraphics[scale=0.5]{Figures/csmaca.eps}
\caption{The CSMA/CA slotted mechanism}
\label{fig:csmaca}
\end{figure}