I would like to create a special footnote such that more than one location is mapped to the same footnote. This is covered elsewhere (Reference different places to the same footnote), but I am running in to trouble as I'm trying to use it in the authors list with the authblk package (the custom footnote is \CoAuthorMark). Other things may be wrong with this, but I haven't gotten to the point of experimentation yet.
Alternatively, is there a way to do this with \thanks?
\documentclass[letterpaper]{article}
\usepackage[affil-it]{authblk}
\usepackage[english]{babel}
\usepackage{blindtext}
\title{An efficient method for exploiting midichlorians in weak life-forms}
\author[1,2]{Darth Vader\footnote{Contributed equally.}}%
\newcounter{CoAuthor}
% The order may be wrong on these next two:
\setcounter{CoAuthor}{\value{footnote}}
\edef\CoAuthorMark{\footnotemark[\value{CoAuthor}]}
\author[2,3]{Darth Sidious\CoAuthorMark%
\thanks{Electronic address: \texttt{palpatine@empire.gove}; Corresponding author}}
\affil[1]{Office of the Supreme Commander of the Imperial Forces, The Galactic Empire, The Bridge, Executor}
\affil[2]{Order of the Sith Lords, LiMerge Power Building, The Works, Coruscant}
\affil[3]{Office of the Emperor of the Galaxy, The Galactic Empire, 1000 Imperial Palace, 2 Main St. Coruscant}
\date{\today}
\begin{document}
\maketitle
\blindtext
\end{document}
The error message I get with the above is:
! Missing \endcsname inserted.
<to be read again>
\c@CoAuthor
l.16 ...AuthorMark{\footnotemark[\value{CoAuthor}]
}
But I usually get something like this:
! Use of \\author doesn't match its definition.

\thanks) is typeset for the second author. – bbarker Apr 24 '14 at 22:35\arabic. – bbarker Apr 24 '14 at 23:05footnoteto some other counter. But when I try this using e.g.\setcounter{CoAuthor}{\value{footnote}}, no symbol is displayed where the following command is called:\newcommand\CoAuthorMark{\footnotemark[\value{CoAuthor}]}. (I tried\arabictoo). – bbarker Apr 25 '14 at 16:24\authoris processed, but only when the author field is used by\maketitle, that's the problem. – egreg Apr 25 '14 at 17:15\protect\setcounter...inside the\authorcommand, it will work. – bbarker Apr 25 '14 at 17:25titlepageoption changes the meaning of\maketitle– egreg May 16 '16 at 07:45