From 2f5a739ed74818e6643836ee091f35febc8f5657 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 2 May 2018 21:50:54 +0000 Subject: chngcntr (11apr18) git-svn-id: svn://tug.org/texlive/trunk@47577 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/chngcntr/README.md | 15 +++++++++++++++ Master/texmf-dist/doc/latex/chngcntr/chngcntr.pdf | Bin 240269 -> 231781 bytes Master/texmf-dist/doc/latex/chngcntr/chngcntr.tex | 5 +++-- Master/texmf-dist/tex/latex/chngcntr/chngcntr.sty | 13 ++++++++++++- 4 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/chngcntr/README.md diff --git a/Master/texmf-dist/doc/latex/chngcntr/README.md b/Master/texmf-dist/doc/latex/chngcntr/README.md new file mode 100644 index 00000000000..40e411f7dbe --- /dev/null +++ b/Master/texmf-dist/doc/latex/chngcntr/README.md @@ -0,0 +1,15 @@ +# chngcntr +latex chngcntr package + + +Defines commands + + +`\counterwithin` (which sets up a counter to be reset when another is incremented) + +and + +`\counterwithout` (which unsets such a relationship). + +This package is obselete after the 2018 LaTeX relase as the commands are pre-defined +in the format. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/chngcntr/chngcntr.pdf b/Master/texmf-dist/doc/latex/chngcntr/chngcntr.pdf index c06011586ab..f5378ba3ffe 100644 Binary files a/Master/texmf-dist/doc/latex/chngcntr/chngcntr.pdf and b/Master/texmf-dist/doc/latex/chngcntr/chngcntr.pdf differ diff --git a/Master/texmf-dist/doc/latex/chngcntr/chngcntr.tex b/Master/texmf-dist/doc/latex/chngcntr/chngcntr.tex index ea56df098f8..76f40d0a63b 100644 --- a/Master/texmf-dist/doc/latex/chngcntr/chngcntr.tex +++ b/Master/texmf-dist/doc/latex/chngcntr/chngcntr.tex @@ -24,7 +24,7 @@ \title{The \pkg{chngcntr} package\thanks{This manual corresponds to \pkg{chngcntr}~v1.0a, dated~2009/09/02.}} \author{Author: Peter Wilson\and Maintainer: Will Robertson} -\date{2009/09/02} +\date{2018/04/09} \begin{document} @@ -69,7 +69,8 @@ the typeseting style use \cmd{\renew\-command}\texttt{\{}\cmd{\the\meta{ctr}}\te \section{Change History:} \begin{tabular}{@{}l@{ -- }l@{}} - v1.0a & New maintainer (Will Robertson) + v1.0a & New maintainer (Will Robertson)\\ + v1.1a & The package commands are now defined in the format \end{tabular} \end{document} 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 -- cgit v1.2.3