-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
changes.txt
48 lines (34 loc) · 1.72 KB
/
changes.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2023-07-05 Frank Mittelbach <[email protected]>
* footmisc.dtx:
Account for indentation due to hang option so that quote, itemize, etc are
properly positioned inside the footnote text (gh/11)
2023-05-26 Frank Mittelbach <[email protected]>
* footmisc.dtx (subsection{The output routine configuration components}):
Fix a loading order incompatibility with marginfix package (gh/10)
2022-03-08 Frank Mittelbach <[email protected]>
* footmisc.dtx (subsection{The other footnote commands}):
Also support optional arg of \cs{MakePerPage} (gh/03)
2022-03-07 Frank Mittelbach <[email protected]>
* footmisc.dtx (subsection{The other footnote commands}):
Fix an issue in the perpage package (gh/03)
Footnotes on chapter pages in report/book class started with 2.
This should really be fixed in the perpage package.
2022-02-14 Frank Mittelbach <[email protected]>
* footmisc.dtx:
Corrected the "bottom" option so that it behaves like in v5. Dropped
"bottomfootnotes", because everything 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 <[email protected]>
* 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].