I am trying to write a paper with the achemso-package with authors giving their old and new addresses. I use \altaffiliation for that. However, in the resulting document the mark for the new address of the last author doesn't match the one shown in the footnote???? This is a code example:
Code: Select all
\documentclass[journal=jprobs,manuscript=article]{achemso}
\author{Author1}
\email{aut@hor.de}
\altaffiliation{Current address: Institut1 woanders}
\author{author 2}
\altaffiliation{Current address: Institut2 woanders}
\affiliation[Institut1]{Institut1, Stadt, Land}
\title{My title}
\begin{document}
\end{document}
Any idea? Thanks for your help,
Alex