It works !
Thank you very much.
Search found 2 matches
- Tue Nov 09, 2010 1:14 am
- Forum: Graphics, Figures & Tables
- Topic: Problems with width of included image file
- Replies: 2
- Views: 11667
- 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 ...
\begin{figure}
\centering
\includegraphics{Fig/MyFig.eps}
\caption{Blah blah}
\label{fig:1}
\end{figure}
I use the following packages:
\usepackage{color,hyperref ...