I have just updated Miktex 2.9 (I installed version 2.9 and then I updated all packages using the Update tool) and I have problems with \includegraphics (might be a graphicx issue). Before the update, this basic code worked perfectly (both with latex and pdflatex):
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{graphicx}\begin{document}\includegraphics[width=1cm]{logo}\end{document}
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{graphicx}\begin{document}\includegraphics[width=1cm]{logo.pdf}\end{document}
Cannot determine size of graphics in logo.pdf (no BoundingBox)...
I find this even more strange when calling pdflatex:
Package graphics Info: Driver file: dvips.def on input line 91.
("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\dvips.def"
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
)
Has any of you had these issues? It worked perfectly before and now I get these errors because I updated the packages. Apparently it cannot figure out by its own anymore that I am using pdf and also the sizes of the graphic file.
Thanks.
Remus.