summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-08 22:45:40 +0000
committerKarl Berry <karl@freefriends.org>2010-10-08 22:45:40 +0000
commitee6b9dfbd76b5c130f22ffb7c8cc69ead481a217 (patch)
tree780372a4630150c1bd701bfdde75452ebbad66c1
parentae359dc786ca8a91e61b2af6ef5503a8e9d9a32d (diff)
eso-pic update (6oct10)
git-svn-id: svn://tug.org/texlive/trunk@20020 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdfbin196780 -> 221566 bytes
-rw-r--r--Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx8
-rw-r--r--Master/texmf-dist/source/latex/eso-pic/eso-pic.ins4
-rw-r--r--Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty10
4 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
index c5e1124aa22..0ce3a4507f3 100644
--- a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
+++ b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx b/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx
index 293fbcaab10..9872dcaa713 100644
--- a/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx
+++ b/Master/texmf-dist/source/latex/eso-pic/eso-pic.dtx
@@ -25,7 +25,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{eso-pic}
-%<package> [2010/06/08 v2.0b eso-pic (RN)]
+%<package> [2010/10/06 v2.0c eso-pic (RN)]
%
%<*driver>
\documentclass[a4paper]{ltxdoc}
@@ -402,6 +402,8 @@
% \begin{macro}{\AtBeginShipoutUpperLeft}
% \begin{macro}{\AtBeginShipoutUpperLeftForeground}
% (see package \pkgname{atbegshi})
+% \changes{v2.0c}{2010/10/06}{bugfix for memoir class
+% (reported by YI Hoze)}
% \begin{macrocode}
\ESO@isMEMOIR{%
\AtBeginShipout{%
@@ -424,8 +426,8 @@
}%
\AtBeginShipoutUpperLeftForeground{%
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){%
- \ESO@HookIBG\ESO@HookIIBG
- \global\let\ESO@HookIIBG\@empty
+ \ESO@HookIFG\ESO@HookIIFG
+ \global\let\ESO@HookIIFG\@empty
}%
}%
}
diff --git a/Master/texmf-dist/source/latex/eso-pic/eso-pic.ins b/Master/texmf-dist/source/latex/eso-pic/eso-pic.ins
index 164a94e2bf8..af4f9121696 100644
--- a/Master/texmf-dist/source/latex/eso-pic/eso-pic.ins
+++ b/Master/texmf-dist/source/latex/eso-pic/eso-pic.ins
@@ -3,8 +3,8 @@
\preamble
-Copyright (C) 2010
-Rolf Niepraschk <Rolf.Niepraschk@gmx.de> and
+Copyright (C) 1998-2010
+Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
This file may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty b/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty
index 80887196f7f..5ae84afb890 100644
--- a/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty
+++ b/Master/texmf-dist/tex/latex/eso-pic/eso-pic.sty
@@ -6,8 +6,8 @@
%%
%% eso-pic.dtx (with options: `package')
%%
-%% Copyright (C) 2010
-%% Rolf Niepraschk <Rolf.Niepraschk@gmx.de> and
+%% Copyright (C) 1998-2010
+%% Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -23,7 +23,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eso-pic}
- [2010/06/08 v2.0b eso-pic (RN)]
+ [2010/10/06 v2.0c eso-pic (RN)]
\RequirePackage{atbegshi}
\providecommand*\LenToUnit[1]{#1\@gobble}
\newcommand\ESO@isMEMOIR[2]{#2}
@@ -158,8 +158,8 @@
}%
\AtBeginShipoutUpperLeftForeground{%
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){%
- \ESO@HookIBG\ESO@HookIIBG
- \global\let\ESO@HookIIBG\@empty
+ \ESO@HookIFG\ESO@HookIIFG
+ \global\let\ESO@HookIIFG\@empty
}%
}%
}