blob: 95b6ca5e5da372b904406d77b732b3c7012271a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\documentclass[a4paper]{article}
% test file for fixfoot.sty -- see that file for licence conditions
% first release to ctan 2000/02/09
\usepackage{fixfoot}
\DeclareFixedFootnote{\blah}{blah di blah}
\begin{document}
\noindent here we are again\blah
\par\noindent happy as can be\blah
\clearpage\noindent all good friends\blah
\par\noindent and jolly good company\blah
\end{document}
|