Link to home
Start Free TrialLog in
Avatar of wft-tes
wft-tes

asked on

LaTex Unknown Graphics Extension

I get a "! LaTeX Error: Unknown graphics extension: .1.png" error from:

\documentclass[10pt,letterpaper,twoside]{article}
\usepackage[final]{graphicx}
\begin{document}
\includegraphics[width=5in]{07026693.1.png}
\end{document}

Other than renaming the file or creating a copy of the file with a different name, how can I tell LaTex that this is a known graphics extension?

Renaming the file would be a big hassle.  The png files are auto-generated from another application and there are already 50,000+ files in the folder.  Other applications are expecting this specific naming format.  If I have to, I'll go the route of creating better named copies of the png files and deleting them after the document is generated.
ASKER CERTIFIED SOLUTION
Avatar of Maciej S
Maciej S
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wft-tes
wft-tes

ASKER

Just what I needed!  Thanks.