While we're at it.. is it possible to get the words "Figure" and "Table" to be displayed in the table of contents, in the article class?
Now it says:
List of figures
1.1 A figure
1.2 Another figure
and I want it to say
List of figures
Figure 1.1 A figure
Figure 1.2 Another figure
The problem is due to the fact that the subfig package defines the lofdepth and lotdepth counters so you must either load tocloft before subfig or load tocloft with the subfigure option (i.e., \usepackage[subfigure]{tocloft} )to avoid conflicts.