summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/yafoot/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/yafoot/README
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/yafoot/README')
-rw-r--r--Master/texmf-dist/doc/latex/yafoot/README35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/yafoot/README b/Master/texmf-dist/doc/latex/yafoot/README
new file mode 100644
index 00000000000..ca8147bfdd1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yafoot/README
@@ -0,0 +1,35 @@
+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>