Search found 2 matches

by PhDP
Tue Nov 09, 2010 1:14 am
Forum: Graphics, Figures & Tables
Topic: Problems with width of included image file
Replies: 2
Views: 11667

Re: Problems with width of included image file

It works !

Thank you very much.
by PhDP
Tue Nov 09, 2010 12:51 am
Forum: Graphics, Figures & Tables
Topic: Problems with width of included image file
Replies: 2
Views: 11667

Problems with width of included image file

I have a figure in eps format and I'm trying to add it to a PDFLaTeX project. The first part was easy, adding the figure:

\begin{figure}
\centering
\includegraphics{Fig/MyFig.eps}
\caption{Blah blah}
\label{fig:1}
\end{figure}

I use the following packages:

\usepackage{color,hyperref ...