[texhax] Footnotes in separate file

Tom Schneider toms at ncifcrf.gov
Sun Apr 4 23:45:53 CEST 2010


Nick:

Since you are using LaTeX, it's really quite simple.  I use

\footnote{\input{footnoteNAME.tex}\label{'footnoteNAME'}}

and then the file footnoteNAME.tex contains the footnote contents.

This allows me to list the footnotes at the end of the paper:

\begin{enumerate}
\item {\bf On page~\pageref{'footnoteNAME'}:}   \\ \input{footnoteNAME.tex}
...
\end{enumerate}

Tom

  Dr. Thomas D. Schneider, Ph.D.
  National Institutes of Health
  schneidt at mail.nih.gov
  toms at alum.mit.edu (permanent)
  http://alum.mit.edu/www/toms (permanent)


More information about the texhax mailing list