I can insert JPEG figures in publications, but when it comes the time to include PDF figures (I prefer them for graphics because of its vectorial nature) I cannot scale them properly.
I am using width=0.5\textwidth because I have two-column text format, but I guess there should be a more elegant method to adjust.
I also don't find any help for \includegraphics inside figure environment commands, like
\begin{figure}[h]
\includegraphics{image.pdf}
\end{figure}
Any link or help on this topic would be nice.

width=\columnwidthrather, since.5\textwidthis not exactly the same as the width of the column. Also, you should avoid using the file extension (like.pdf).graphicxdefines a sequence of extensions it uses in preference order (see Choosing whether to include PDF or PNG in PDFLaTeX). – Werner Jul 13 '12 at 18:31.pdffigures you are using might have some bad metadata. Tryidentify -verbose myfig.pdfand check if the image size is correct. – Paulo Cereda Jul 13 '12 at 18:55