Tagged Questions
5
votes
2answers
91 views
Authors with multiple footnotes
Say I have an article. Under the title goes the name of three authors. The first author belongs to two organisations. The second belongs to one of the two from the first. And the last author belongs ...
5
votes
1answer
5k views
Multiple authors in a Journal style (llncs) Document
How to display multiple authors in a journal style e.g. \documentclass{llncs} document?
The solution suggested in What's the correct use of \author{} when multiple authors? does not work for me, ...
42
votes
1answer
17k views
What's the correct use of \author when multiple authors?
Working on a project, the article we are writing is written by me and someone else. How should I fill the \author?
What about \author{LASTNAME1, FIRSTNAME1 \& LASTNAME2, FIRSTNAME2}? It doesn't ...