寫論文(尤其是學位論文)的時候,Figure通常都是有很長的注釋,而Latex的list of figures似乎不能換行(看到有換行的,不過感覺不夠美觀)。
再說,list of figures里面,不用對figure有詳細的注釋,只要有大概意思即可,解決方法如下:
\begin{figure}[htb]
\centering
\includegraphics[width=3.5in]{images/chapter5/hysteresis_rate_different.eps}
\caption[這里的文字顯示在list of figures里]{這里的文字顯示在圖片下方}
\label{ceramic}
\end{figure}