[Tex/LaTex] Title left Align the Title and write the authors name beneath it

horizontal alignmenttitles

How to left aligned the title, authors and their description:

Align

Best Answer

I suppose you can always format something visually.

enter image description here

\documentclass[3p]{elsarticle}
\begin{document}
\noindent
\begin{minipage}{0.78\textwidth}
\begin{flushleft}
\Large 
Unified solution for the Legendre equation in the interval $[-1,1]$---An 
example of solving singular-ordinary differential equations\\[2ex]
\large 
Quing-Hua Zhang\textsuperscript{a}, Jian Ma\textsuperscript{b,\textasteriskcentered}, 
Yuanyuan Qu\textsuperscript{a}\\[1ex]
\footnotesize
\textsuperscript{a}\emph{The First Institute of Oceanography, \dots}\\
\textsuperscript{b}\emph{College of Marine Sciences, \dots}
\end{flushleft}
\end{minipage}
\end{document}