diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-05 19:56:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-05 19:56:03 +0000 |
commit | 965650321984c5fd4111d1e4c461a9a88199e2bd (patch) | |
tree | d1eab97f3ab3616dfa379dad81dcc300a458ad6c /Master | |
parent | 7a5d3a3d3f0f5c5f16c955aeb752c17d24eebadc (diff) |
footmisc (5jul23)
git-svn-id: svn://tug.org/texlive/trunk@67556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/footmisc/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/footmisc/changes.txt | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf | bin | 365983 -> 366822 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf | bin | 250295 -> 250773 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/footmisc/footmisc.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/footmisc/footmisc.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/footmisc/footmisc.sty | 5 |
7 files changed, 24 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/footmisc/README.md b/Master/texmf-dist/doc/latex/footmisc/README.md index a2bc7980091..e0791ec7842 100644 --- a/Master/texmf-dist/doc/latex/footmisc/README.md +++ b/Master/texmf-dist/doc/latex/footmisc/README.md @@ -17,8 +17,8 @@ The license is LPPL 1.3c. ----- Copyright (C) 1995-2011 Robin Fairbairns<br /> -Copyright (C) 2018-2022 Frank Mittelbach<br /> +Copyright (C) 2018-2023 Frank Mittelbach<br /> <https://latex-project.org/> <br /> -All rights reserved. + diff --git a/Master/texmf-dist/doc/latex/footmisc/changes.txt b/Master/texmf-dist/doc/latex/footmisc/changes.txt index 6e75e6a932c..68e8cc94bc8 100644 --- a/Master/texmf-dist/doc/latex/footmisc/changes.txt +++ b/Master/texmf-dist/doc/latex/footmisc/changes.txt @@ -1,7 +1,13 @@ +2023-07-05 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * 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 <Frank.Mittelbach@latex-project.org> * footmisc.dtx (subsection{The output routine configuration components}): - Fix an incompatibility with marginfix package (gh/10) + Fix a loading order incompatibility with marginfix package (gh/10) 2022-03-08 Frank Mittelbach <Frank.Mittelbach@latex-project.org> diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf Binary files differindex e92f075688d..29bd3d0332a 100644 --- a/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf +++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-code.pdf diff --git a/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf Binary files differindex ac9b567fb4f..96b5700486a 100644 --- a/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf +++ b/Master/texmf-dist/doc/latex/footmisc/footmisc-doc.pdf diff --git a/Master/texmf-dist/source/latex/footmisc/footmisc.dtx b/Master/texmf-dist/source/latex/footmisc/footmisc.dtx index 4df11e32c4f..3dc72062c63 100644 --- a/Master/texmf-dist/source/latex/footmisc/footmisc.dtx +++ b/Master/texmf-dist/source/latex/footmisc/footmisc.dtx @@ -38,7 +38,7 @@ %<+package>\DeclareCurrentRelease{}{2022-02-14} %<package>\ProvidesPackage{footmisc}% %<*!debugins> - [2023/05/26 v6.0e + [2023/07/05 v6.0f %</!debugins> %<package> a miscellany of footnote facilities% %<*dtx> @@ -113,7 +113,7 @@ % % \noindent Program: \texttt{footmisc.dtx}\par % \noindent Copyright 1995--2011 Robin Fairbairns\par -% \noindent Copyright 2018--2022 Robin Fairbairns, Frank Mittelbach +% \noindent Copyright 2018--2023 Robin Fairbairns, Frank Mittelbach % % This program is offered under the terms % of the \LaTeX{} Project Public License, version 1.3c of this license or @@ -1935,6 +1935,14 @@ \linewidth \columnwidth \advance \linewidth -\leftmargin \parshape \@ne \leftmargin \linewidth +% \end{macrocode} +% We also update \cs{@totalleftmargin} so that display +% environments, such as \texttt{quote} if used inside the footnote +% know about the hanging indentation (otherwise something like +% \texttt{quote} isn't centered in the available space): +% \changes{v6.0f}{2023/07/05}{Account for indentation due to hang option (gh/11)} +% \begin{macrocode} + \@totalleftmargin \leftmargin \footnotesize % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/footmisc/footmisc.ins b/Master/texmf-dist/source/latex/footmisc/footmisc.ins index a7318a81957..9c508412641 100644 --- a/Master/texmf-dist/source/latex/footmisc/footmisc.ins +++ b/Master/texmf-dist/source/latex/footmisc/footmisc.ins @@ -4,7 +4,7 @@ %% LaTeX or TeX. %% %% Copyright (c) 1995-2011 Robin Fairbairns -%% Copyright (c) 2018-2022 Robin Fairbairns, Frank Mittelbach +%% Copyright (c) 2018-2023 Robin Fairbairns, Frank Mittelbach %% %% %% This file is part of the footmisc Bundle for LaTeX. @@ -37,7 +37,7 @@ This is a generated file. Copyright (c) 1995-2011 Robin Fairbairns -Copyright (c) 2018-2022 Robin Fairbairns, Frank Mittelbach +Copyright (c) 2018-2023 Robin Fairbairns, Frank Mittelbach This file was generated from file(s) of the LaTeX `footmisc Bundle'. -------------------------------------------------------------------- diff --git a/Master/texmf-dist/tex/latex/footmisc/footmisc.sty b/Master/texmf-dist/tex/latex/footmisc/footmisc.sty index 6146d8993cb..6d49c597153 100644 --- a/Master/texmf-dist/tex/latex/footmisc/footmisc.sty +++ b/Master/texmf-dist/tex/latex/footmisc/footmisc.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Copyright (c) 1995-2011 Robin Fairbairns -%% Copyright (c) 2018-2022 Robin Fairbairns, Frank Mittelbach +%% Copyright (c) 2018-2023 Robin Fairbairns, Frank Mittelbach %% %% This file was generated from file(s) of the LaTeX `footmisc Bundle'. %% -------------------------------------------------------------------- @@ -43,7 +43,7 @@ \DeclareRelease{v5}{2011-06-06}{footmisc-2011-06-06.sty} \DeclareCurrentRelease{}{2022-02-14} \ProvidesPackage{footmisc}% - [2023/05/26 v6.0e + [2023/07/05 v6.0f a miscellany of footnote facilities% ] @@ -502,6 +502,7 @@ \linewidth \columnwidth \advance \linewidth -\leftmargin \parshape \@ne \leftmargin \linewidth + \@totalleftmargin \leftmargin \footnotesize \@setpar{{\@@par}}% \leavevmode |