Is there anyone who knows how to add the description under the figure. It is
always centered whenever I put some sentences. I would like the description
start from the left. any commands?
\begin{figure}
\caption{Effects of XX}
\centering
\includegraphics[scale = 0.85]{chain3.eps}
%description here
The figure plots the chain reaction ... blah blah [!! how to let it start
from the left instead from the center]
\end{figure}
Thank you very much.
t****e 发帖数: 69
2
Put caption text into caption.
is
description
【在 n**o 的大作中提到】 : Is there anyone who knows how to add the description under the figure. It is : always centered whenever I put some sentences. I would like the description : start from the left. any commands? : \begin{figure} : \caption{Effects of XX} : \centering : \includegraphics[scale = 0.85]{chain3.eps} : %description here : The figure plots the chain reaction ... blah blah [!! how to let it start : from the left instead from the center]