When i typeset my document, there is no actual list of figures being put on paper. The .lof file is changed at each try, and also the \listfigurename appears correctly and is possible to format.
Any suggestions?
|
When i typeset my document, there is no actual list of figures being put on paper. The Any suggestions? |
||||
| show 2 more comments |
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
\listfigurenameappears correctly" does it mean that you have\listoffiguressomewhere in your document and you see the text List of Figures, but with nothing under it? What documentclass are you using? – Werner Aug 17 '11 at 15:38book, but there are no changes to thelistoffiguresenvironment in it. @martin-h Yes, of course... @gonzalo-medina I have compiled it more than two times, keeping all files and having no other problems. The document also contains table of contents, BibTeX bibliography, nomenclature list and a list of abbreviations (that all output lists from auxiliary files). – Robert Fransson Aug 18 '11 at 11:58book"? The documentclass defines how\listoffiguresand\listoftablesare typeset. For example, the former explicitly calls\@starttoc{lof}while the latter calls\@starttoc{lot}to typeset everything below the List of... heading.\tableofcontentsdoes exactly the same via\@starttoc{toc}. Perhaps your modified documentclass redefines these. Is your Table of Contents typesetting correctly? If so, compare\tableofcontentswith\listoffiguresand\listoftablesto identify the difference(s). Otherwise, provide more detail. – Werner Aug 18 '11 at 18:29