Рисунки на той же странице, что и текст, с использованием elsarticle

Рисунки на той же странице, что и текст, с использованием elsarticle

Я не могу найти решение, чтобы разместить мои рисунки и текст на одной странице. Рисунки всегда располагаются на следующей странице и не плавают в тексте. Буду рад, если кто-нибудь сможет мне помочь! Я знаю, что на 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}

Связанный контент