Articles, Essays, and Journal TemplatesMultiple authors, but the line break doesn't work

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Multiple authors, but the line break doesn't work

Post by templateuser »

Hi,

I would like to arrange four authors below each other. Multiple \author commands do not work as the article selects the latest author in the list. Line breaks do not work either. Is there a solution?

Cheers,
Alex

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Multiple authors, but the line break doesn't work

Post by Vel »

Hey Alex,

Most likely you were trying to add a newline inside the \spacedlowsmallcaps command but if you put it outside that command you can get authors printed below one another. Here's an example:

Code: Select all

\author{John Smith \\ James Smith}
or

Code: Select all

\author{\spacedlowsmallcaps{John Smith* \& James Smith\textsuperscript{1}} \\
\spacedlowsmallcaps{John Smith* \& James Smith\textsuperscript{1}}}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Multiple authors, but the line break doesn't work

Post by templateuser »

You are right, and it works. Thanks a lot.
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Multiple authors, but the line break doesn't work

Post by Vel »

Excellent! :) Glad I could help.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply