At the moment the standard markup uses the author's id, not the name. Until the according feature request is fulfilled, you can use the following code (before \begin{document}):
\makeatletter \setauthormarkup{% \textsuperscript{% \ifthenelse{\equal{\@nameuse{Changes@AuthorName#1}}{}}% {#1}% {\@nameuse{Changes@AuthorName#1}}% }% } \makeatother
I will include the code in the next changes release at least in the documentation, maybe as an option in the code.
Log in to post a comment.
At the moment the standard markup uses the author's id, not the name. Until the according feature request is fulfilled, you can use the following code (before \begin{document}):
I will include the code in the next changes release at least in the documentation, maybe as an option in the code.