How can I create a List of Figures which has captions and page numbers, but no figure numbers?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
The easiest answer is
but of course this won't suppress the figure numbers in the captions to the figures. A more complicated setting with tocloft that allows to better control the appearance is
In this way the captions will start flush with the left margin. |
|||||||
|
|
As is said by Marco, the easiest method may be to use
Also, |
||||
|
|
caption. – Marco Daniel Jul 22 '11 at 13:03