diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-02 21:50:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-02 21:50:54 +0000 |
commit | 2f5a739ed74818e6643836ee091f35febc8f5657 (patch) | |
tree | f3e85d2bb68da4f5ad4885c11a1cd65b5ba39317 /Master/texmf-dist/tex/latex/chngcntr | |
parent | 24994bf3727b2e3aaa26b585177bdfe0a275af8c (diff) |
chngcntr (11apr18)
git-svn-id: svn://tug.org/texlive/trunk@47577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chngcntr')
-rw-r--r-- | Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty b/Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty index 1550016a02a..3af1325129b 100644 --- a/Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty +++ b/Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty @@ -9,7 +9,18 @@ % % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{chngcntr}[2009/09/02 v1.0a change counter resetting] +\ProvidesPackage{chngcntr}[2018/04/09 v1.1a change counter resetting] + +% version 1.1 this package has been adoped into the format so does not +% need to do anything in current latex releases. + +\@ifundefined{counterwithout}{}{% +\PackageInfo{chngcntr}{\string\counterwithout\space already defined.\MessageBreak +Quitting chngcntr}% +\endinput +} + + % % This package uses David Carlisle's \@removefromreset command as % specified in the remreset package available from CTAN as |