summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/nnfootnote.sty
blob: 3b8484435670c237ccafb031c6516e6f77612bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% T Mark Ellison 26 Jun 1991
%
% This style file defines the command \nnfoottext
% which allows the user to at any time insert footnote
% text material without adding a footnote number
% to either the main page or the note.
%
% Sample Use:
%
%         .....
%         \begin{document}
%         .....
%         \nnfoottext{This is a witty and interesting
%         numberless footnote. Thank-you.}
%         .....
%         \end{document}
%
% This was originally developed for the acknowledgement
% notes similar to the style used by the journal
% Linguistic Inquiry. The code was adapted from the latex
% source.
%
\long\def\nnfoottext#1{\insert\footins{\footnotesize
    \interlinepenalty\interfootnotelinepenalty
    \splittopskip\footnotesep
    \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
    \hsize\columnwidth \@parboxrestore
   \edef\@thefnmark{}
   \edef\@currentlabel{}\@makefntext
    {\rule{\z@}{\footnotesep}\ignorespaces
      #1\strut}}}