I am trying to compile a document on TeXShop (on a mac). I get an error when I insert a picture from a pdf file. I get the error that bounding box cannot be determined.
I looked at other answers. Somebody suggested to compile pdfLatex instead of Latex, but on TexShop I do not see how to do it.
I also tried to fix a bounding box on LaTeX, as in the following:
\includegraphics[width=1\columnwidth][bb=0 0 100 100]{nameFileFigure}
but it does not work.
How can I solve this problem?

\includegraphics[width=1\columnwidth,bb=0 0 100 100]{nameFileFigure}– Andrew Swann Dec 10 '13 at 11:31