You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| dblfnote | Double-column footnotes. |
| fnpos | Control the position of footnotes on the page. |
| pfnote | Number footnotes per page. |
| yafoot | A bundle of miscellaneous footnote packages. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 1 KiB | 2000-Jul-11 | Shown below |
| yafoot-man.pdf | 262 KiB | 2006-Jan-11 | |
| yafoot.dtx | 56 KiB | 2000-Jul-11 | |
| yafoot.ins | 265 bytes | 1999-Aug-09 |
*File sizes in kibibytes.
yafoot (v1.0): The package for footnotes containing three style files;
pfnote: To enclose footnote numbers within a page
fnopos: To control vertical position of footnotes
dblfnote: To make footnotes double-columned
[How to "make"]
% tex yafoot.ins # you'll have pfnote.sty, fnpos.sty, dblfnote.sty
# and yafoot-man.tex
# to have user's manual
% latex yafoot-man
% makeindex -s gind.ist -o yafoot-man.ind yafoot-man.idx
% latex yafoot-man
# to have implementation document
% latex yafoot.dtx
% makeindex -s gind.ist -o yafoot.ind yafoot.idx
% makeindex -s gglo.ist -o yafoot.gls yafoot.glo
% latex yafoot.dtx
[Features]
+ Loading "pfnote" will make footnote numbers enclosed within a page.
+ "fnpos" has commands \makeFNbottom and \makeFNmid to control the
position of footnotes in a \raggedbottom page. It also has commands
\makeFNbelow and \makeFNabove to determine the footnote position
relative to bottom floats.
+ Loading "dblfnote" will make footnotes double-columned. It also
gives a few parameters and commands for fine tuning.
Enjoy!
Hiroshi Nakashima <nakasima@tutics.tut.ac.jp>