to be able to produce a List of Figures, I enclosed most of the graphics in my document inside {figure} tags. I tried it on a few images first, and after seeing there were no errors, I proceeded to do it to the rest of the graphics.
When I finished, I compiled and I got the error
Now I'm not able to produce a PDF output. I made a backup of the previous version though but if I used that I might not be able to automatically produce a List of Figures.pdflatex: Too many open files
I checked for solutions online and found one that says I should try to include
Code: Select all
\let\mypdfximage\pdfximage
\def\pdfximage{\immediate\mypdfximage}
Cheers,
Josh