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
\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?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
\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}
Code: Select all
\author{\spacedlowsmallcaps{John Smith* \& James Smith\textsuperscript{1}} \\
\spacedlowsmallcaps{John Smith* \& James Smith\textsuperscript{1}}}
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