Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authors with multiple Affiliations #158

Closed
Murgeye opened this issue Jan 16, 2024 · 5 comments · Fixed by #171
Closed

Authors with multiple Affiliations #158

Murgeye opened this issue Jan 16, 2024 · 5 comments · Fixed by #171
Assignees
Milestone

Comments

@Murgeye
Copy link

Murgeye commented Jan 16, 2024

Hi,

Currently, the author command does not work with multiple affiliations (at least no as far as I can tell).

The following code (my best guess at doing this):

\author[1,2]{Vorname1 Nachname1}{[email protected]}{0000-0000-0000-0000}
\author[2]{Vorname2 Nachname2}{[email protected]}{0000-0000-0000-0000}
\author[1]{Vorname3 Nachname3}{[email protected]}{0000-0000-0000-0000}
\author[1]{Vorname4 Nachname4}{[email protected]}{0000-0000-0000-0000}%
\affil[1]{Universität\\Abteilung\\Straße\\Postleitzahl Ort\\Land}
\affil[2]{University\\Department\\Address\\Country}

makes the author's e-mail address and OrcID disappear.
image

Is there a workaround or do we have to restate affiliations?

@sieversMartin
Copy link
Member

Thanks for the report. Due to the current implementation, the affiliation has to be a number.

I mark this as a feature request.

@sieversMartin sieversMartin added this to the v1.9 milestone Jan 25, 2024
@sieversMartin sieversMartin linked a pull request Jul 1, 2024 that will close this issue
github-merge-queue bot pushed a commit that referenced this issue Jul 1, 2024
…ions

Add support for multiple affiliations. Closes #158
@Narratot
Copy link

This implementation does not work in my case, as the information of the last stated author are repeated instead of mentioning the information of every author.

@sieversMartin
Copy link
Member

Thanks for your message. Could you please provide a minimal working example?

@sieversMartin
Copy link
Member

Further work at #173

@Narratot
Copy link

Further work at #173

Then it should be solved there. That was my problem (two authors with identical affiliations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants