I want to put a figure between title and abstract.
But whenever I try it, it fails. The figure is place between abstract and introduction. Then, I put the figure below the \title. but it didnot work.
Code: Select all
\title[EG \LaTeX\ Author Guidelines]%
{Realistic Image Synthesis }
%-------------------------------------------------------------------------
\begin{document}
\maketitle
\begin{figure}[htb]
\centering
\includegraphics[width=1.0\linewidth]{fig1}
\caption{\label{fig:fig1}
While solid (right).}
\end{figure}
\begin{abstract}
Driven by trends in fashion.
\end{abstract}
\section{introduction}
\end{document}
Cheers