blob: b5389c24db0b90181287e9b07c1adfc1b7e42595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
2022-02-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
* footmisc.dtx:
Corrected the "bottom" option so that it behaves like in v5. Dropped
"bottomfloats" because everxything can be expressed with combinations
of the four options "bottom" (footnotes at the bottom), "bottomfloats",
"abovefloats", and "belowfloats". (gh/1)
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].
|