diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-15 22:50:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-15 22:50:43 +0000 |
commit | 2595d5d79ad0e0a7c8438c5e8d89902da43512db (patch) | |
tree | 6ac5f79808981dec5c66a64ab102a55414aafc7d | |
parent | 571ee40c948f5c069d3dfdcdbe69ae29c68ea4b7 (diff) |
changepage 1.0a (15aug08)
git-svn-id: svn://tug.org/texlive/trunk@10367 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/latex/changepage/changepage.sty | 9 |
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 |