diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-24 00:08:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-24 00:08:46 +0000 |
commit | 9acea66f478ccf41a96c04350796f74e5e74757e (patch) | |
tree | 988b7435b96d0c79ff91b130af02ad126f612ca6 /Master/texmf-dist/tex | |
parent | 6add3ece7b249bb3ba2f13b51ebb3a53acac06b7 (diff) |
papermas (23aug11)
git-svn-id: svn://tug.org/texlive/trunk@23667 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/papermas/papermas.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/papermas/papermas.sty b/Master/texmf-dist/tex/latex/papermas/papermas.sty index d2699b155bf..4b52b2fd111 100644 --- a/Master/texmf-dist/tex/latex/papermas/papermas.sty +++ b/Master/texmf-dist/tex/latex/papermas/papermas.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: papermas -%% Version: 2011/08/08 v1.0g +%% Version: 2011/08/22 v1.0h %% %% Copyright (C) 2010, 2011 by %% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> @@ -39,7 +39,7 @@ %% papermas-example.tex. %% \NeedsTeXFormat{LaTeX2e}[2009/09/24] -\ProvidesPackage{papermas}[2011/08/08 v1.0g +\ProvidesPackage{papermas}[2011/08/22 v1.0h Computes paper mass of a printout (HMM)] %% Allows to compute the number of sheets of paper @@ -164,7 +164,7 @@ \ifnum\value{papermassttl}=\value{papermasmasss} \relax \else - \AtVeryVeryEnd{% + \AtEndAfterFileList{% \PackageWarningNoLine{papermas}{% Number of pages may have changed.\MessageBreak% Rerun to get it right% @@ -203,7 +203,7 @@ \ifx\papermaspagespersheet\papermas@undefined \gdef\papermas@rerun{1} \fi \ifx\papermassheets\papermas@undefined \gdef\papermas@rerun{1} \fi \ifx\papermas@rerun\pagesLTS@one - \AtVeryVeryEnd{ + \AtEndAfterFileList{ \PackageWarningNoLine{papermas}{% Variable(s) still undefined!\MessageBreak% Rerun to get the variable(s) right% @@ -245,7 +245,7 @@ \fi% } -\AtVeryVeryEnd{% +\AtEndAfterFileList{% \ifx\papermas@rerun\pagesLTS@zero% \message{^^J}% \message{papermas: ******************** Paper mass ********************^^J}% @@ -272,7 +272,7 @@ issued again when using \string\papermas@powerof,\space and the command might be\MessageBreak% removed completely from future versions of the papermas package.\MessageBreak% }% - \AtVeryVeryEnd{% + \AtEndAfterFileList{% \message{^^J% papermas: Please remember to replace the \string\papermas@powerof\space command!^^J^^J% }% |