Possible Duplicate:
Adding word 'Table' before each entry in list of tables
Hello guys the list of figures and tables in my thesis is listed as (I use \listoftables and \listoffigures)
Table
1.2 Name1
But I want it to be like
Table
Table 1.2 Name1
I appreciate any help.