summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/changepage/changepage.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/changepage/changepage.sty')
-rw-r--r--Master/texmf-dist/tex/latex/changepage/changepage.sty9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/changepage/changepage.sty b/Master/texmf-dist/tex/latex/changepage/changepage.sty
index 880883ee4d0..7e1aab495bb 100644
--- a/Master/texmf-dist/tex/latex/changepage/changepage.sty
+++ b/Master/texmf-dist/tex/latex/changepage/changepage.sty
@@ -31,7 +31,7 @@
%
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{changepage}[2008/03/22 v1.0 check page and change page layout]
+\ProvidesPackage{changepage}[2008/08/15 v1.0a check page and change page layout]
%%% Don't use this with memoir
\newcommand*{\cp@whoopsusingmemoir}{}
@@ -59,7 +59,8 @@
\newcount\cp@tempcnt % instead of \@memcnta
\newcommand{\cplabel}{^_}
-\gdef\thememc@@page{\the\c@page}
+%%%\gdef\thememc@@page{\the\c@page}
+\gdef\thepmemc@@page{\the\c@page}
\long\def\pmemprotected@write#1#2#3{% modified \protected@write
\begingroup
@@ -338,6 +339,10 @@
% a single page.
%
%
+% Changes in version 1.0a (2008/08/15)
+% ----------------------
+% o Fixed typo (a missing `p', courtesy Will Robertson)
+%
% Changes in version 1.0 (2008/03/22)
% ----------------------
% o First public release