我找不到解决方案来让我的图片和文本在同一页上。图片总是出现在下一页,而不是浮动在文本中。如果有人能帮助我,我会很高兴!我知道 stack exchange 上已经有一个类似的主题,但无法解决这个问题。
\documentclass[final,3p,times,twocolumn]{elsarticle}
\usepackage{amssymb}
\usepackage{blindtext}
\usepackage{makecell}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{placeins} % used to allow \floatbarrier
\usepackage{stfloats, cuted, caption}
\begin{document}
\begin{frontmatter}
\title{figures in elsarticle }
\author{Mira }
\address{University of }
\end{frontmatter}
\section{Introduction}
\blindtext
\blindtext
\section{Results}
\subsection{subsection 1}
\blindtext
\begin{figure*}[tb]
\centering
\includegraphics[width=0.98\textwidth]{Figure1.jpg}
\caption{\textbf{Effect of Conazoles on rosette formation}\\
}
\end{figure*}
\blindtext
\subsection{Subsection 2}
\blindtext
\begin{figure*}[ht]
\centering
\includegraphics[width=0.9\linewidth]{Figure2.JPG}
\caption{\textbf{Prescreen of conazoles}\\}
\end{figure*}
\section{Discussion}
\blindtext
\bibliographystyle{elsarticle-num}
\bibliography{literatur.bib}
\end{document}