A journal to which I am submitting requires that there be a footnote
off the article title, marked with an asterisk, with author
information etc. I can't figure out how to do this - tried
\footnotemark[*]\footnotetext{foo}, but that complained. Then tried
$\fnsymbol{footnote}$\footnotetext{foo}, but that was simply ignored
(no footnote inserted).
Of course, the rest of the document should be footnoted using normal
numbers, starting with 1 at the first real footnote.
Thanks.
--
----------------------------------------------------------------------
Andrew Perrin - Solaris-Linux-NT-Samba-Perl-Access-Postgres Consulting
ape...@igc.apc.org - http://demog.berkeley.edu/~aperrin
----------------------------------------------------------------------
\documentclass{article}
\begin{document}
\title{The Title\thanks{Here is a footnote with author information}}
\author{John Doe}
\maketitle
Here is the text with normal footnotes\footnote{Normal footnote}
\end{document}
"Andrew J. Perrin" wrote:
>
> Greetings-
>
> A journal to which I am submitting requires that there be a footnote
> off the article title, marked with an asterisk, with author
> information etc. I can't figure out how to do this - tried
> \footnotemark[*]\footnotetext{foo}, but that complained. Then tried
> $\fnsymbol{footnote}$\footnotetext{foo}, but that was simply ignored
> (no footnote inserted).
>
> Of course, the rest of the document should be footnoted using normal
> numbers, starting with 1 at the first real footnote.
>
Use the \thanks command.
\title{Article title\thanks{author info}}
...
\maketitle
Peter W.
peter.r...@boeing.com