[Tex/LaTex] Remove Subfigures from List of Figures

subfloatstable of contents

I'm using \subfloat and \subref to put 40 sub-figures into a few large figures. This is clogging up my List of Figures at the beginning of my published document.

output

How do I remove references to subfigures in the List of Figures?

Best Answer

I found this burred in my header file

\usepackage[lofdepth,lotdepth]{subfig}

A quick change to:

\usepackage[lofdepth=1,lotdepth]{subfig}

Solved the problem.