I would like to define the abstract before the \maketitle command but the abstract is printed on separate page. I am using basic article class file.
The below mentioned coding i am using in tex file.
\title{Hormonal crosstalk for root development: a combined experimental and modeling perspective}
\author[1]{Junli Liu}
\affil[1]{Integrative Cell Biology Laboratory, School of Biological and Biomedical Sciences, The Bio physical Sciences Institute, Durham University, Durham, UK}
\affil[1]{Integrative Cell Biology Laboratory, School of Biological and Biomedical Sciences, The Bio physical Sciences Institute, Durham University, Durham, UK}
\begin{abstract}
Plants are sessile organisms and therefore they must adapt their growth and architecture to a changing environment.
\end{abstract}
\maketitle
I am designing the template maketitle command the below mentioned way:
\def\@maketitle{%
\newpage
\null
\vskip 2em%
\begin{minipage}[b]{10pc}
{\@editor\par}
\vskip 1.5em%
{\@reviewer\par}
\end{minipage}
\hspace*{12pt}
\begin{minipage}[b]{31pc} \begin{raggedleft}%
\let \footnote \thanks
{\raggedright\fontsize{18pt}{20pt}\selectfont\@title \par}%
\vskip 1.5em%
{\large
\lineskip .5em%
\begin{tabular}[t]{l}%
\raggedright\@author
\end{tabular}\par}%
\vskip 1em%
% {\large \@date}%
\end{raggedleft}
\end{minipage}%
\par
\vskip 8.5em}

abstractin your current\maketitlecommand. As such, I'm assume it will help if you follow the directions in\maketitletext before title. – Werner Nov 30 '14 at 17:50\newpage? – cfr Nov 30 '14 at 18:00\maketitle? – egreg Nov 30 '14 at 19:07