how to add multiple authors in overleaf code example
Example: define multiple authors LateX
\documentclass[11pt,english]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\author{
LastName1, FirstName1\\
\texttt{[email protected]}
\and
LastName2, FirstName2\\
\texttt{[email protected]}
}
\title{Usage of the \texttt{\textbackslash author} command}
\begin{document}
\maketitle
\end{document}