Latex: Listing all figures (tables, algorithm) once again at the end of the document
- by Zlatko
Hi all,
I have been writhing a rather large document with latex.
Now I would like to list all the figures / tables / algortihms once again at the end of the file so that I can check if they all look the same.
For example, if every algorithm has the same notation.
How can I do this?
I know about \listofalgorithms and \listoffigures but they only list the names of the algorithms or figures and the pages where they are.
Thanks.