diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/totcount')
-rw-r--r-- | Master/texmf-dist/tex/latex/totcount/totcount.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/totcount/totcount.sty b/Master/texmf-dist/tex/latex/totcount/totcount.sty index a1fc0b5dfc3..76fb5559846 100644 --- a/Master/texmf-dist/tex/latex/totcount/totcount.sty +++ b/Master/texmf-dist/tex/latex/totcount/totcount.sty @@ -6,18 +6,18 @@ %% %% totcount.dtx (with options: `sty') %% -%% The TotCount package, version 1.0, 2009/04/14 +%% The TotCount package, version 1.2, 2011/01/25 %% -%% Copyright (c) [2009] Vasileios Koutavas (Vasileios.Koutavas@cs.tcd.ie) +%% Copyright (c) [2009] Vasileios Koutavas (Vasileios.Koutavas@scss.tcd.ie) %% %% This program may be re-distributed and/or modified under the terms of the %% LaTeX Project Public License version 1.3c, or any later version. %% The latest version of this license is in %% CTAN:macros/latex/base/lppl.txt %% -\def\totcfileversion{1.1} -\def\totcfiledate{2009/07/09} -\def\totcdocdate{9 Jul 2009} +\def\totcfileversion{1.2} +\def\totcfiledate{2011/01/25} +\def\totcdocdate{25 Jan 2011} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{totcount} [\totcfiledate \space v\totcfileversion \space package for getting% @@ -125,7 +125,7 @@ \newcommand\total[1]{% \def\tmp@val{\value{#1@totc}}% \ifnum\tmp@val=-1% - \message{Rerun to get correct total counts}% + \PackageWarning{totcount}{Rerun to get correct total counts}% $??$% \else% \number\value{#1@totc}% @@ -145,7 +145,7 @@ \InputIfFileExists{#1}{% \message{TotCount inputs file '#1'}% }{% - \message{TotCount Warning: File '#1' does not exist!}% + \PackageWarning{totcount}{File '#1' does not exist!}% \message{\space\space\space\space\space\space\space\space\space% \space\space\space\space\space\space\space\space\space% Ignoring \string\usetotcountfile{#1}.}% |