diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fixfoot/testfix.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/fixfoot/testfix.tex')
-rw-r--r-- | macros/latex/contrib/fixfoot/testfix.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/fixfoot/testfix.tex b/macros/latex/contrib/fixfoot/testfix.tex new file mode 100644 index 0000000000..95b6ca5e5d --- /dev/null +++ b/macros/latex/contrib/fixfoot/testfix.tex @@ -0,0 +1,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} |