Thanks J�rgen,
I tried this code in my document, both in the preamble and after \begin{document} of the (but not at the same time). It's causing me problems.
Export using pdflatex now produces corrupt PDFs that Preview.app cannot read.
Export using dvipdfm produces PDFs that only include the pages before where \unmarkfootnote is used.
I'm using version 1.3.5 for OS X, and and tetex 3.0-1 installed by Fink.
What's happening here?
Ben Hourigan, B.A. (Hons) (Melb.) [EMAIL PROTECTED] http://benhourigan.com
On 3 Mar 2005, at 18:40, Juergen Spitzmueller wrote:
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
