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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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