答案1
这个怎么样?\caption
有一个可选参数,您可以使用它在图形列表中获得不同的文本。
输出
代码
\documentclass[11pt]{article}
\usepackage{graphicx}
\begin{document}
\listoffigures
\begin{figure}[hbt]
\includegraphics[width=.5\linewidth]{example-image-a}
\caption[Short caption for LoF]{Really long caption with lots of info}
\end{figure}
\end{document}