diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 21:39:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 21:39:53 +0000 |
commit | 68d77321826f2ce9a407f75aacb8e4a717a9e363 (patch) | |
tree | 7a666a1f99687abd84a87031fcb4db88f3f19876 /Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty | |
parent | 2bc0b5f9f0dabb62873166bc50c5c835c57e603c (diff) |
adjmulticol (7mar20)
git-svn-id: svn://tug.org/texlive/trunk@54157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty b/Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty index 8f984067d61..7b9ee5bbefb 100644 --- a/Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty +++ b/Master/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty @@ -20,7 +20,7 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -%% Copyright 2011, Boris Veytsman <borisv@lk.net> +%% Copyright 2020, Boris Veytsman <borisv@lk.net> %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3 of this license or (at your option) any @@ -107,7 +107,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{adjmulticol} -[2012/01/20 v1.1 Adjusted margins for multicolumn layout] +[2020/03/06 v1.2 Adjusted margins for multicolumn layout] \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{multicol}} \ProcessOptions\relax \RequirePackage{multicol} @@ -161,8 +161,10 @@ #1\advance\vsize \c@collectmore\baselineskip} \def\endadjmulticols{% - \def\@currenvir{multicols}% - \endmulticols} + \global\let\@ADJMC@checkend\@checkend + \gdef\@checkend##1{}% + \endmulticols + \global\let\@checkend\@ADJMC@checkend} \let\adjmc@page@sofar@orig=\page@sofar \def\adjmc@page@sofar{% \ifnum\col@number=\@ne |