General ⇒ Associate Author with his Affiliation
Associate Author with his Affiliation
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
Associate Author with his Affiliation
\maketitle
command (when specified \title
, \author
and \date
), you can add the \thanks
to the \author
command to add an affiliation.Follow howtoTeX on twitter
Associate Author with his Affiliation
Code: Select all
\author[Gent]{Y.~Name1} \fnref{LosAlamos}}
\author[Zeuthen]{M.~Name2}
etc.
\address[Gent]{Dept.~of Physics and Astronomy, University of Gent, B-9000 Gent, Belgium}
\address[Zeuthen]{DESY, D-15735 Zeuthen, Germany}
etc.
\fntext[LosAlamos]{Los Alamos National Laboratory, Los Alamos, NM 87545, USA}
Since we have such a big collaboration, the superscripts of the author affiliations is super-messy if you leave LaTeX to default on letters (it gets to Z and then starts with AA, then AB, etc.). If you want numbers instead of letters, then the proper command to put before the author list is:
Code: Select all
\def\theaffn{\arabic{affn}}
Of course you need to switch the author footnotes to letters or symbols, too. Which I haven't figured out how to do yet. Can anyone help with this?
Cheers,
Sandy