I have written a book and inserted a lot of illustrations. All illustrations are input in my document as:
\begin{center}
\includegraphics [scale=1]{image/1_12.pdf}
\end{center}
I have about 500 images/illustrations
I would like to have the list of all inserted images/illustration, something like:
1_12.pdf
1_23.pdf
test.pdf
and so on. Is it possible to do that? Thanks a lot for the answer.
\listoffiguresgenerates exactly this, a list of figures. If you insert your illustrations with\begin{figure}and\end{figure}you can compile a nice list. – Habi Oct 30 '15 at 10:04