1 year ago
#73555
Mt.Guchi
Authors in two columns for IEEEcsmag.cls
In IEEEcsmag.cls template for an IEEE magazine, 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 but unable to find a proper solution. Could anyone please suggest a solution?
latex
.class-file
0 Answers
Your Answer