Answers for "define multiple authors LateX"

0

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}
Posted by: Guest on February-20-2020

Code answers related to "define multiple authors LateX"

Browse Popular Code Answers by Language