我有一张图像,我想将其以全宽放置在 LaTeX 文档的页面上,使用elsearticle
文档类。我的问题是,无论我对图片做什么,它都会移动到三段以下。
我已经使用了[h]
,,[ht]
以及[!htb]
更多,这是图:
\begin{figure*}[!htb]
\centering
\includegraphics[scale=.4]{pictures/Results/growthhemoglobin}
\caption{\textbf{A:} Growth chart of offsprings from day 1-29. There was no significant differences between the four groups before day 20. \textbf{B:} Overview of hemoglobin concentration (g/dL) measured in the four different groups of offsprings at different time points (days). All groups were significant difference compared to control groups (CN) CN. A significant difference at day 14-18 between G19 and ID** were observed. At day $>28$ there was revealed a significant difference between G19 and ID*. Groups: Control (CN), iron deficiency (ID), postnatal five (P5). Data is presented as mean ± Standard Error of Mean.
* \textit{p}$<$0.05, * \textit{p}$<$0.01, ** \textit{p}$<$0.001, ** \textit{p}$<$0.0001.}
\label{fig:growthhemoglobin}
\end{figure*}
a 之前有三个subsection
s,并且本节开头\FloatBarrier
有一个 a 。我在之前的章节中对此没有问题。任何想法都将不胜感激\FloatBarrier