diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-03 21:57:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-03 21:57:36 +0000 |
commit | 52cd63f1578cc8a3f810574d0602b98b5a0c5459 (patch) | |
tree | 01808e0dd8cd26b3332ca89133ed50d29560001c /Master/texmf-dist/tex/latex/ncctools | |
parent | 8205a632507f4dec01ae55eecb85357b9aac6adb (diff) |
ncctools (3aug19)
git-svn-id: svn://tug.org/texlive/trunk@51810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncctools')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncctools/manyfoot.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ncctools/manyfoot.sty b/Master/texmf-dist/tex/latex/ncctools/manyfoot.sty index f11b03f1123..372e0fb4ad9 100644 --- a/Master/texmf-dist/tex/latex/ncctools/manyfoot.sty +++ b/Master/texmf-dist/tex/latex/ncctools/manyfoot.sty @@ -24,7 +24,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1993/12/01] \ProvidesPackage{manyfoot} - [2005/09/11 v1.10 Many Footnote Levels Package (NCC)] + [2019/08/03 v1.11 Many Footnote Levels Package (NCC)] \RequirePackage{nccfoots} \newcommand{\extrafootnoterule}{} \DeclareOption{ruled}{\def\extrafootnoterule{\defaultfootnoterule}} @@ -312,9 +312,9 @@ \csname MFL@process#4\endcsname #5% \ifvoid\footins \let\footnoterule\MFL@currule - \setbox\footins\vbox{#3\unvbox#5}% + \global\setbox\footins\vbox{#3\unvbox#5}% \else - \setbox\footins\vbox{% + \global\setbox\footins\vbox{% \unvbox\footins\MFL@skip\MFL@currule#3\unvbox#5% }% \fi |