-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Hello
We have a new issue with 3.2.x
This code :
\usepackage{graphicx}
\includegraphics[width=0.5\columnwidth]{maison.eps}
Doesnt work , we have this error :
Package pdftex.def Error: File `maison-eps-converted-to.pdf' not found: using draft setting.
./ddd.tex, 17
The compiler cannot find the file you want to include. Make sure that you have uploaded the file and specified the file location correctly.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.17 ...raphics[width=0.5\columnwidth]{maison.eps}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
To pre-prod server, when i downgrade to 3.1.1 it's work
It's same texlive 2022 folder ( volume docker )
Thanks
William