summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footmisc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-28 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2023-05-28 03:00:52 +0000
commitbc0eaba222cdaf614bff3bd28701f8fd4267f725 (patch)
tree59c66f69ca97840b37c38861c258b4d44534fd40 /macros/latex/contrib/footmisc
parentae89135e23ed84909287c5d84a2c38c044789b51 (diff)
CTAN sync 202305280300
Diffstat (limited to 'macros/latex/contrib/footmisc')
-rw-r--r--macros/latex/contrib/footmisc/changes.txt7
-rw-r--r--macros/latex/contrib/footmisc/footmisc-code.pdfbin363788 -> 365983 bytes
-rw-r--r--macros/latex/contrib/footmisc/footmisc-doc.pdfbin249001 -> 250295 bytes
-rw-r--r--macros/latex/contrib/footmisc/footmisc.dtx17
4 files changed, 16 insertions, 8 deletions
diff --git a/macros/latex/contrib/footmisc/changes.txt b/macros/latex/contrib/footmisc/changes.txt
index dc51273e12..6e75e6a932 100644
--- a/macros/latex/contrib/footmisc/changes.txt
+++ b/macros/latex/contrib/footmisc/changes.txt
@@ -1,8 +1,13 @@
+2023-05-26 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * footmisc.dtx (subsection{The output routine configuration components}):
+ Fix an incompatibility with marginfix package (gh/10)
+
2022-03-08 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
* footmisc.dtx (subsection{The other footnote commands}):
Also support optional arg of \cs{MakePerPage} (gh/03)
-
+
2022-03-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
* footmisc.dtx (subsection{The other footnote commands}):
diff --git a/macros/latex/contrib/footmisc/footmisc-code.pdf b/macros/latex/contrib/footmisc/footmisc-code.pdf
index affa9e8a4d..e92f075688 100644
--- a/macros/latex/contrib/footmisc/footmisc-code.pdf
+++ b/macros/latex/contrib/footmisc/footmisc-code.pdf
Binary files differ
diff --git a/macros/latex/contrib/footmisc/footmisc-doc.pdf b/macros/latex/contrib/footmisc/footmisc-doc.pdf
index d738cb5e0d..ac9b567fb4 100644
--- a/macros/latex/contrib/footmisc/footmisc-doc.pdf
+++ b/macros/latex/contrib/footmisc/footmisc-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/footmisc/footmisc.dtx b/macros/latex/contrib/footmisc/footmisc.dtx
index bafdb76df3..4df11e32c4 100644
--- a/macros/latex/contrib/footmisc/footmisc.dtx
+++ b/macros/latex/contrib/footmisc/footmisc.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
%% File: footmisc.dtx (C) Copyright 1995-2011 Robin Fairbairns
-%% (C) Copyright 2018-2022 Frank Mittelbach
+%% (C) Copyright 2018-2023 Frank Mittelbach
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -38,7 +38,7 @@
%<+package>\DeclareCurrentRelease{}{2022-02-14}
%<package>\ProvidesPackage{footmisc}%
%<*!debugins>
- [2022/03/08 v6.0d
+ [2023/05/26 v6.0e
%</!debugins>
%<package> a miscellany of footnote facilities%
%<*dtx>
@@ -145,7 +145,7 @@
% In 2022 a few new options (\texttt{abovefloats},
% \texttt{belowfloats}, and \texttt{bottomfloats}
% got introduced and the package now works
-% with \textsf{hyperref} regardless of loading order. There arem
+% with \textsf{hyperref} regardless of loading order. There are
% however, still a few restrictions when using both packages together,
% in particular the \texttt{multiple} option does not fully work.
%
@@ -294,7 +294,7 @@
% \end{center}
% Defined this way, the symbol set produces a ``counter too large''
% error; a robust version of the set (cf.~the \texttt{symbol*} option
-% (see \ref{doc-symbol*}) using the \cs{DefineFNsymbols} command
+% (see \ref{doc-symbol*})) is established by using the \cs{DefineFNsymbols} command
% without the optional |*|.
% You may select a set of symbols by use of the \cs{setfnsymbol}
% command; so to restore use of the default set, you would type:
@@ -303,7 +303,7 @@
% \end{center}
%
% This package defines a small selection of alternative sets of
-% symbols, using \cs{DefineFNsymbol}:
+% symbols, using \cs{DefineFNsymbols}:
% \begin{center}
% \begin{tabular}{ll}
% \texttt{bringhurst} & $*\,\dagger\,\ddagger\,\S\,\|\,\P$ \\
@@ -1240,7 +1240,7 @@
% \cs{@makecol@appendblocks}.
%
%
-% \begin{macro}{@outputbox@append}
+% \begin{macro}{\@outputbox@append}
%
% This general purpose command alters the \cs{@outputbox} box by
% appending material to it. As this is a box typesetting operation
@@ -1308,8 +1308,11 @@
% Attaching top and bottom floats can usually be done in one go,
% but for special layouts we might want more control so we provide
% also separate commands.
+% There are packages out there that patch \cs{@combinefloats} so we
+% are careful to call it rather than give it a new name.
+% \changes{v6.0e}{2023/05/26}{Fix an incompatibility with marginfix package (gh/10)}
% \begin{macrocode}
-\let \@outputbox@attachfloats \@combinefloats
+\def \@outputbox@attachfloats {\@combinefloats}
% \end{macrocode}
%
% \begin{macrocode}