0

In IEEEcsmaglatex template, authors can be added as follows (default).

\documentclass{IEEEcsmag}
\usepackage{hyperref}
\usepackage{upmath}

\begin{document}

\title{Title:...}

\author{F. A. Author}
\affil{First Affiliation}

\author{S. B. Author, Jr.}
\affil{Second Affiliation}

\author{T. C. Author, III}
\affil{Third Affiliation}

\begin{abstract}
...
\end{abstract}

\maketitle

\end{document}

I need to add multiple authors in two columns and I've been trying for many days, but unable to find a proper solution. I have already tried multicols solution and tabular solution, but none of them worked. Could anyone please suggest a solution?

Shashika
  • 1,606
  • 6
  • 28
  • 47

0 Answers0