diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tools/multicol.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tools/multicol.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tools/multicol.sty b/Master/texmf-dist/tex/latex/tools/multicol.sty index ace287301af..af85baa4a4a 100644 --- a/Master/texmf-dist/tex/latex/tools/multicol.sty +++ b/Master/texmf-dist/tex/latex/tools/multicol.sty @@ -107,7 +107,7 @@ \DeclareCurrentRelease{}{2018-04-01} \ProvidesPackage{multicol} - [2018/04/01 v1.8r multicolumn formatting (FMi)] + [2018/04/20 v1.8s multicolumn formatting (FMi)] %% \DeclareOption{twocolumn} {\PackageWarning{multicol}{May not work @@ -340,7 +340,9 @@ \@checkend{multicols}% \endgroup \global\c@unbalance\z@ - \if@boxedmulticols\else + \if@boxedmulticols + \mc@col@status@write + \else \reinsert@footnotes \ifdim \pagegoal=\maxdimen \global\vsize\@colroom |