I am using the endfloat package to place floats on separate pages at the end of the document, and using the caption package for control of caption formatting, but I cannot figure out how to change the justification of captions within the List of Figures created created using endfloat. I have set the caption justification to raggedright, but this does not alter justification in the LoF. Any simple solutions to altering the format in the LoF?
I am calling the packages in the preamble with:
\usepackage[font=doublespacing,justification=raggedright]{caption}
\usepackage[nomarkers,tablesfirst]{endfloat}
\captionsetup{labelsep=none,textformat=empty}
The last declaration being used to suppress captions on the pages with the floats. Could this be solved using the package tocloft?
