summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/yafoot/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/yafoot/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/yafoot/README')
-rw-r--r--macros/latex/contrib/yafoot/README35
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/latex/contrib/yafoot/README b/macros/latex/contrib/yafoot/README
new file mode 100644
index 0000000000..e98bc2b749
--- /dev/null
+++ b/macros/latex/contrib/yafoot/README
@@ -0,0 +1,35 @@
+yafoot (v1.1): 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 <h.nakashima@DOMAIN; DOMAIN=media.kyoto-u.ac.jp>