summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-11 21:53:45 +0000
committerKarl Berry <karl@freefriends.org>2022-02-11 21:53:45 +0000
commit6981d9f5465cd5432cfb27196814914d44fd0b56 (patch)
treecd34e77e73466ad1eb8bb1c15f286e897119b18d /Master/texmf-dist/doc
parenta2b63cb66fbde22e2615466521546b8e9477a468 (diff)
footmisc (11feb22)
git-svn-id: svn://tug.org/texlive/trunk@61979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/README9
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/README.md24
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/announce.txt13
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/changes.txt17
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdfbin0 -> 361197 bytes
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/footmisc-code.tex4
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdfbin0 -> 246681 bytes
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/footmisc-doc.tex6
-rw-r--r--Master/texmf-dist/doc/latex/footmisc/footmisc.pdfbin326569 -> 0 bytes
9 files changed, 64 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/footmisc/README b/Master/texmf-dist/doc/latex/footmisc/README
deleted file mode 100644
index f513bc4a720..00000000000
--- a/Master/texmf-dist/doc/latex/footmisc/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This package is long-established and widely used. It derives from
-several pieces of work done in pre-LaTeX 2e days by other authors;
-over the years, there is none of that basis that I have not developed
-and/or improved.
-
-A .tds.zip file is available on CTAN.
-
-Robin Fairbairns
-rf10<snail-shape>cam.ac.uk
diff --git a/Master/texmf-dist/doc/latex/footmisc/README.md b/Master/texmf-dist/doc/latex/footmisc/README.md
new file mode 100644
index 00000000000..a2bc7980091
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/README.md
@@ -0,0 +1,24 @@
+# footmisc package
+
+-----
+
+This is the footmisc package originally written by Robin Fairbairns,
+these days maintained and developed further by Frank Mittelbach.
+
+
+Package source can be found at:
+
+https://github.com/FrankMittelbach/fmitex-footmisc/
+
+and issues can be logged there
+
+The license is LPPL 1.3c.
+
+-----
+
+Copyright (C) 1995-2011 Robin Fairbairns<br />
+Copyright (C) 2018-2022 Frank Mittelbach<br />
+<https://latex-project.org/> <br />
+All rights reserved.
+
+
diff --git a/Master/texmf-dist/doc/latex/footmisc/announce.txt b/Master/texmf-dist/doc/latex/footmisc/announce.txt
new file mode 100644
index 00000000000..8e91587a5d3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/announce.txt
@@ -0,0 +1,13 @@
+ Previous version was 5.5b from 2011. This is now version 6. A few
+ bugs have been fixed and the following new options have been added:
+
+ - bottomfloats
+ - bottomfootnotes
+ - abovefloats
+ - belowfloats
+
+ For details see the package documentation.
+
+ There is a rollback possibility using either a date '[=YYYY-MM-DD]'
+ or the string '[=v5]' as the second optional argument to \usepackage,
+ e.g., \usepackage{footmisc}[=v5].
diff --git a/Master/texmf-dist/doc/latex/footmisc/changes.txt b/Master/texmf-dist/doc/latex/footmisc/changes.txt
new file mode 100644
index 00000000000..68c78d61874
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/changes.txt
@@ -0,0 +1,17 @@
+2022-02-05 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * footmisc.dtx:
+ Previous version was 5.5b from 2011. This is now version 6.
+ A few bugs have been fixed and the following new options have
+ been added:
+
+ - bottomfloats
+ - bottomfootnotes
+ - abovefloats
+ - belowfloats
+
+ For details see the package documentation.
+
+ There is a rollback possibility using either a date
+ '[=YYYY-MM-DD]' or the string '[=v5]' as the second optional
+ argument to \usepackage, e.g., \usepackage{footmisc}[=v5].
diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf
new file mode 100644
index 00000000000..51cecd5aa68
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-code.tex b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.tex
new file mode 100644
index 00000000000..9b0b43f7c87
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.tex
@@ -0,0 +1,4 @@
+% this will typeset documentation + code
+
+\AtBeginDocument{\AlsoImplementation}
+\input{footmisc.dtx}
diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf
new file mode 100644
index 00000000000..81007b198df
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.tex b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.tex
new file mode 100644
index 00000000000..24c9a9aaac6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.tex
@@ -0,0 +1,6 @@
+% this will typeset only documentation but not the code
+
+\AtBeginDocument{\OnlyDescription
+% \let\tableofcontents\relax
+ }
+\input{footmisc.dtx}
diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc.pdf b/Master/texmf-dist/doc/latex/footmisc/footmisc.pdf
deleted file mode 100644
index 8fb6ed64f4d..00000000000
--- a/Master/texmf-dist/doc/latex/footmisc/footmisc.pdf
+++ /dev/null
Binary files differ