采用交叉引用,也就是 \label 和 \ref 的配合。例如,\begin{equation}....\label{aaa}\end{equation}Eq. (\ref{aaa}) indicates that...\label 命令可以用在很多环境,例如 figure 中,table 中,章节中,等等。文献的引用也有一对类似的命令:\bibitem 和 \cite,相信你应该会用。