summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltcounts.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-02 22:42:01 +0000
committerKarl Berry <karl@freefriends.org>2020-02-02 22:42:01 +0000
commit961f0d1df526285b3a08b8a75af7197b5e6f86b7 (patch)
treea0a096f519b75b148833f7ebd70ca5af996fa2c6 /Master/texmf-dist/source/latex/base/ltcounts.dtx
parentb97aa19e35137596fcf0193abee3788b21250f32 (diff)
l2e (2feb20)
git-svn-id: svn://tug.org/texlive/trunk@53640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltcounts.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltcounts.dtx20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltcounts.dtx b/Master/texmf-dist/source/latex/base/ltcounts.dtx
index 8217b3f91b8..5dc1c8866d7 100644
--- a/Master/texmf-dist/source/latex/base/ltcounts.dtx
+++ b/Master/texmf-dist/source/latex/base/ltcounts.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 1993-2020
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -322,7 +322,7 @@
% \end{macrocode}
% \end{macro}
%
-%
+%
% \begin{macrocode}
%</2ekernel>
% \end{macrocode}
@@ -335,7 +335,7 @@
%<latexrelease> {\@removefromreset}{Add interfaces}%
%<*2ekernel|latexrelease>
% \end{macrocode}
-%
+%
% \begin{macrocode}
\def\@removefromreset#1#2{%
% \end{macrocode}
@@ -374,17 +374,17 @@
% \begin{macro}{\counterwithout}
-%
+%
% \changes{v1.1k}{2018/03/08}{Interface added}
% \begin{macrocode}
\def\counterwithout {\@ifstar\counterwithout@s\counterwithout@x}
% \end{macrocode}
-%
+%
% \begin{macrocode}
\def\counterwithout@s#1#2{%
\@ifbothcounters{#1}{#2}{\@removefromreset{#1}{#2}}}
% \end{macrocode}
-%
+%
% \begin{macrocode}
\def\counterwithout@x#1#2{%
\@ifbothcounters{#1}{#2}%
@@ -399,17 +399,17 @@
% \begin{macro}{\counterwithin}
-%
+%
% \changes{v1.1k}{2018/03/08}{Interface added}
% \begin{macrocode}
\def\counterwithin{\@ifstar\counterwithin@s\counterwithin@x}
% \end{macrocode}
-%
+%
% \begin{macrocode}
\def\counterwithin@s#1#2{%
\@ifbothcounters{#1}{#2}{\@addtoreset{#1}{#2}}}
% \end{macrocode}
-%
+%
% \changes{v1.1l}{2018/04/11}{Correct default (issue/38)}
% \begin{macrocode}
\def\counterwithin@x#1#2{%
@@ -424,7 +424,7 @@
% \end{macro}
-%
+%
% \begin{macrocode}
%</2ekernel|latexrelease>
%<latexrelease>\EndIncludeInRelease