LaTeX Formatting Equally-contribution authors list in PRL journal using LaTeX

  • Thread starter Thread starter Malamala
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
To format an equally contributing authors list in a PRL paper using LaTeX, the user seeks a method to display authors with affiliations and an equal contribution note without automatic affiliation placement issues from Revtex. They desire the format to show authors followed by their respective affiliations and asterisk indicating equal contribution. Suggestions include using double backslashes for line breaks, but the user clarifies they do not need line breaks in the author formatting. The discussion highlights the need for a suitable PRL template or workaround to achieve the desired author list format.
Malamala
Messages
345
Reaction score
28
Hello! I want to add equally contributing authors in the author list for a PRL paper in latex (similar to e.g. this). Basically I want something of the form:

$$\mathrm{author1}^{1,*}, \mathrm{author2}^{2,*}$$
$$1 \ \mathrm{First \ affiliation}$$
$$2 \ \mathrm{Second \ affiliation}$$
$$* \ \mathrm{These \ authors \ contributed \ equally}$$

How can I do it. I tried to do it just as above, but Revtex places automatically the affiliation after the author so I end up with either this:

$$\mathrm{author1}^{1,*,1}, \mathrm{author2}^{2,*,2}$$

or this

$$\mathrm{author1}^{*,1}, \mathrm{author2}^{*,2}$$

Is there a new PRL template I can use? Thank you!
 
Physics news on Phys.org
Malamala said:
Hello! I want to add equally contributing authors in the author list for a PRL paper in latex (similar to e.g. this). Basically I want something of the form:

$$\mathrm{author1}^{1,*}, \mathrm{author2}^{2,*}$$
$$1 \ \mathrm{First \ affiliation}$$
$$2 \ \mathrm{Second \ affiliation}$$
$$* \ \mathrm{These \ authors \ contributed \ equally}$$

How can I do it. I tried to do it just as above, but Revtex places automatically the affiliation after the author so I end up with either this:

$$\mathrm{author1}^{1,*,1}, \mathrm{author2}^{2,*,2}$$

or this

$$\mathrm{author1}^{*,1}, \mathrm{author2}^{*,2}$$

Is there a new PRL template I can use? Thank you!
A double backslash should give you a line break.

AM
 
Andrew Mason said:
A double backslash should give you a line break.

AM
I am not sure what you mean. I don't need a line break
 
Like this:

\author{First Author$^{1}^*$, Second Author$^{2}^*$ \\\\
\normalsize $^{1}$First Author Institution, City, State, Country \\\\
\normalsize $^{2}$Second Author Institution (if necessary), City, State, Country \\\\
\normalsize e-mail: Author1@email1.com, Author2@email2.com\\\\
\normalsize $^{*}$These authors contributed equally \\\\
}
which compiles to:
1690218445804.png


[Note: in order to have two backslashes appear here on PF you need four backslashes. Type what is seen in the post, not the underlying text
 

Similar threads

Replies
1
Views
7K
Replies
1
Views
6K
Replies
7
Views
3K
Replies
2
Views
2K
Replies
3
Views
10K
Replies
3
Views
2K
Back
Top