Ben Hourigan wrote:
> How can I use lyx to produce an unnumbered footnote?
\makeatletter
\newcommand\unmarkfootnote[1]{%
\begingroup
[EMAIL PROTECTED]
\footnotetext{#1}%
\endgroup}
\makeatother
If you do not need numbered footnotes at all, you can additionally do
\let\oldfootnote\footnote
\renewcommand\footnote{\unmarkfootnote}
and use LyX's footnote inset.
> I've searched the web for LaTeX2e solutions, but nothing I've tried has
> worked.
I have found several solutions in the archive of comp.text.tex, using the
keywords "footnote unnumbered"
J�rgen