diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mparhack/mparhack.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mparhack/mparhack.sty | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/mparhack/mparhack.sty b/Master/texmf-dist/tex/latex/mparhack/mparhack.sty index d1b3c650614..9f2a74aea79 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} - [2003/05/22 v1.3a (T. Sgouros and S. Ulrich)] + [2005/04/17 v1.4 (T. Sgouros and S. Ulrich)] \newif\if@mph@firstcol@ \newif\if@mph@warning@ \newif\if@debug@ @@ -93,6 +93,12 @@ \protected@write\@auxout{}{% \string\providecommand\string\mph@setcol[2]{}% }% + \@ifpackageloaded{eso-pic}{% + \let\mph@orig@picture\@picture + \renewcommand\@picture{\let\hb@xt@\mph@orig@hb@xt@\mph@orig@picture}% + }{% + \relax + }% } \AtEndDocument{% \let\mph@setcol\mph@check @@ -275,6 +281,7 @@ \fi } +\newcommand\mph@orig@picture{} \endinput %% %% End of file `mparhack.sty'. |