diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-26 23:17:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-26 23:17:58 +0000 |
commit | bdfa3979f6c54a1f27df35260739300e9d143163 (patch) | |
tree | e88e863769cee2a4f8d43934152c486ed0ee0269 /Master/texmf-dist/tex/latex | |
parent | 0d8ea48d874411037fc2ca0390d1e4d79ca37faf (diff) |
totcount 1.2 (26jan11)
git-svn-id: svn://tug.org/texlive/trunk@21178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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}.}% |