since my stuff were outdated I decided this afternoon to update everything to a newer version but now my .tex source do not compile anymore. Specifically I started getting errors on every \includegraphics I have in the source file and moreover it looks like the compiler can't find the images anymore since for each one of them it says "File /Images/[name of the image] not found". The folder structure is this one:
- Tex
- [Name of the PDF]
- .tex source files
- Images
- Image 1
- Image 2
A typical (they're are all like this one) part of code giving me errors looks like this
\begin{figure}[h]
\centering
\includegraphics[scale=0.4]{Images/Ampere}
\caption{Definizione di Ampère}
\label{fig:Ampere}
\end{figure}
I already included graphicx to my document so that is not the problem here. How can I fix this?
graphicxpackage? There has been problems recently withe latest latex update. – Bernard Nov 09 '19 at 23:08