(/usr/share/texmf-texlive/tex/latex/graphics/dvips.def)))
(/usr/share/texmf-texlive/tex/latex/float/float.sty)
(/usr/share/texmf-texlive/tex/latex/wrapfig/wrapfig.sty)
(/usr/share/texmf-texlive/tex/latex/lipsum/lipsum.sty) (./essay_1.aux) [1]
(./essay_1.toc) [1]
LaTeX Warning: Citation `Figueredo:2009dg’ on page 2 undefined on input line 93
.
[2]
! LaTeX Error: Cannot determine size of graphic in placeholder (no Bounding
Box).
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
…
l.114 …\linewidth]{placeholder}
}
From my understanding, that error arises when you use latex rather than pdflatex to compile your document. Compiling with just latex doesn’t allow the use of non-.eps image files. If you want to compile with latex see Trystram David’s reply to you above. The easier option would be just to compile with pdflatex which does take almost any image file type.
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
While compiling with eps
is sometimes little tricky, I can recommend very simple solution:
convert from eps to pdf with single command (available on every
linux) eps2pdf.
Using graphics in “pdf
mode” never made me any problem (usually with pdflatex).