Possible Duplicate:
Adding word 'Table' before each entry in list of tables
I'm attempting to modify the figure and table listing in my document from:
3.1 Some_Figure
To:
Figure 3.1 Some_Figure
I'd like to also have the same behavior for the table listing.
3.1 Some_Table
To:
Table 3.1 Some_Table
Is there anyway to achieve this using titletoc or perhaps something I'm not aware of?
tocloft(as opposed totitletoc), the following would solve your problem: List of Figures - how to add caption label; and then there's also Adding word 'Table' before each entry in list of tables that uses the same approach. Let us know if you want atitletoc-specific solution. – Werner Jan 23 '12 at 18:20