3

I am using the below command to print the list of figures. But I would like to exclude the citations in the list of figures, though it should show in pdf.

\listoffigures\addcontentsline{toc}{chapters}{\listfigurename}

enter image description here

So I wanted to exclude the citatons in this image above.

Any help would be appreciated.

user8162
  • 375

1 Answers1

7

I believe that in your figure caption you can include an alternate text for the list of figures. Don't include the cite in the alternate text.

\caption[alternate text]{text}
James
  • 4,587
  • 1
  • 12
  • 27