Usually I find all of my answers from others in the larger community. I'm a late adopter and so lots of work has been done before I find my problems. Thanks. But, this time I'm stumped. I updated my MiKTeX last week and then no jpeg or png files would be incorporated into the pdf file. I found a hint that this was a 64-bit problem, so I just reinstalled the latest 32-bit version. The tex file compiles without error, but again no images.
Using latex/dvips/ps2pdf worked for eps. But, neither the latex command in emacs nor the pdflatex dos command window produced files with images. They compiled without error, but the resulting pdf was white where the images should have been.
I'm using files that I used just last week for presentations. They worked just fine. This week nothing is working. So, I'm happy to post an example of my code, but it feels like the upgrade not working for me.
Please let me know. Most of my life is on tex and I need it working...
Thanks.
Here's the example, but again, the full beamer presentation I used for a talk last Friday will now not produce a single image, just white space where the images should be.
My test file:
\begin{document}
test\\
\includegraphics[width=64mm,natwidth=610,natheight=642]{pics//bad.png}\\
and more tests
\includegraphics[width=64mm,natwidth=610,natheight=642]{pics//packard4.jpg}\\
and even more tests
\end{document}