Menu

Markup with author name instead of id

2011-03-02
2013-05-02
  • Ekkart Kleinod

    Ekkart Kleinod - 2011-03-02

    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
    
     
  • Ekkart Kleinod

    Ekkart Kleinod - 2011-03-06

    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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.