summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mparhack
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 13:51:53 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-04 13:51:53 +0000
commitafe5b0f18d58c89b530ae4b699203c1cd2ab60c5 (patch)
tree82fd67e2e4fff2d6c2ca8967e7f189b5261f06fa /Master/texmf-dist/tex/latex/mparhack
parentdbfb7e34f52f8f57ae12eaffd34fdb4158ce6e15 (diff)
mparhack v1.4 2005/04/17
git-svn-id: svn://tug.org/texlive/trunk@9227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mparhack')
-rw-r--r--Master/texmf-dist/tex/latex/mparhack/mparhack.sty9
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'.