我有一份报告的一部分,其中大部分都是图表,但我需要在表格和下面的图表之间添加一小段文字来解释计算。我将文本输入到所需位置,但它却将其放在了该部分的开头,高于所有内容。
这是本节的开始:
\section{Data, Observations, and Calculations}
\begin{figure}[h!]
\centering
\includegraphics[]{"CdSe Absorbances".png}
这是我想要添加文本的地方:
\end{tabular}
\end{table}
In order to determine the size of the CdSe Quantum Dots, I performed the
following calculations:
\begin{figure}[h]
\centering
第一组图形有一个结束{figure},因此它不会弄乱任何东西。