From: gwbennett <gwb...@se...> - 2020-08-04 18:20:48
|
Good morning from Greg Bennett I have been sent source files for a manual whose graphics files are of the form zot.epsi My TeXStudio 2.12.6 is unhappy at the command \includegraphics{zot} with the message File 'zot' not found. Doubtless this is because I have not used the correct package. In the driver file, I find \usepackage{graphicx} Further down the driver I find: %% added to try to make nice bookmarks in PDF... [2005/04/12:rpg] \ifx\pdfoutput\undefined \csname newcount\endcsname\pdfoutput \fi \ifcase\pdfoutput \else \usepackage[pdftex]{hyperref} \fi %% added to try to make nice bookmarks in PDF... [2005/04/12:rpg] \ifx\pdfoutput\undefined \csname newcount\endcsname\pdfoutput \fi \ifcase\pdfoutput \DeclareGraphicsExtensions{.epsi}\DeclareGraphicsRule{epsi}{eps}{*}{} \fi % \DeclareGraphicsExtensions{.pdf,.epsi} % \DeclareGraphicsRule{epsi}{eps}{*}{} Uncommenting these gets rid of the file-not-found complaint, substituting Unknown graphics extension: ,epsi I would be grateful for assistance in issuing the correct prescription to allow the graphics to be properly included. Cheers Greg |