How I can put authors in list form.
\author{ aaaaa \and bbbb \and ccc }
Ok, but the names appear on the same line and I want to display them vertically.
|
How I can put authors in list form.
Ok, but the names appear on the same line and I want to display them vertically. |
||||
|
Just add to preamble
The And you write the author's list so:
|
||||
authblkpackage. And welcome to TeX.SX! – egreg Apr 13 '12 at 16:24\author{ aaaaa \\ bbbb \\ ccc }? – Mico Apr 13 '12 at 16:57