diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-03 21:11:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-03 21:11:49 +0000 |
commit | 138cd963c48f6a40f4efc66336b25645167d4ae3 (patch) | |
tree | 8600f2f460a42f172bb2ea496a4c476fa7c9db24 /Master/texmf-dist/tex/latex | |
parent | ca4b95e67cb163120117189e0990da6dae2de193 (diff) |
mparhack (3may21)
git-svn-id: svn://tug.org/texlive/trunk@59066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mparhack/mparhack.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/mparhack/mparhack.sty b/Master/texmf-dist/tex/latex/mparhack/mparhack.sty index 9f2a74aea79..6cbaead9ff4 100644 --- a/Master/texmf-dist/tex/latex/mparhack/mparhack.sty +++ b/Master/texmf-dist/tex/latex/mparhack/mparhack.sty @@ -24,7 +24,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1997/04/14] \ProvidesPackage{mparhack} - [2005/04/17 v1.4 (T. Sgouros and S. Ulrich)] + [2021-05-02 v1.5 (T. Sgouros and S. Ulrich)] \newif\if@mph@firstcol@ \newif\if@mph@warning@ \newif\if@debug@ @@ -245,6 +245,7 @@ } \g@addto@macro{\@outputpage}{\mph@outputpage@hook} + \newcommand\mph@orig@hb@xt@{} \newcommand\mph@orig@outputdblcol{} \newcommand\mph@chk@dcl{0}% @@ -265,10 +266,10 @@ }% }% }% + \mph@orig@hb@xt@##1{##2\mph@tempa}% \else - \def\mph@tempa{}% + \mph@orig@hb@xt@##1{##2}% \fi - \mph@orig@hb@xt@##1{##2\mph@tempa}% }% \mph@orig@outputdblcol \def\hb@xt@{\mph@orig@hb@xt@}% |