summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-21 21:13:03 +0000
committerKarl Berry <karl@freefriends.org>2021-11-21 21:13:03 +0000
commita0e07de1bcda54a76946aec1c05fd3358b0b1052 (patch)
tree4c7581580a8c14d4aafff44de981d607948b82bc /Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex
parentfe750c87523217462848f19752c4421b83e8312a (diff)
xassoccnt (21nov21)
git-svn-id: svn://tug.org/texlive/trunk@61112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex35
1 files changed, 21 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex b/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex
index 2d896814515..529a718b7a9 100644
--- a/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex
+++ b/Master/texmf-dist/doc/latex/xassoccnt/xassoccnt_doc.tex
@@ -1,9 +1,9 @@
-%% LaTeX package xassoccnt - version 1.8 (2020/07/19 -- 12:38:30)
+%% LaTeX package xassoccnt - version 2.0 (2021/11/21 -- 12:14:58)
%% Documentation file for xassoccnt.sty
%%
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2015 -- 2020 by Dr. Christian Hupfer <dr dot christian dot hupfer at gmail dot com>
+%% Copyright (c) 2015 -- 2021 by Dr. Christian Hupfer <>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -15,7 +15,7 @@
%% version 2005/12/01 or later.
%%
%%
-%% This work has the LPPL maintenance status `author-maintained`
+%% This work has the LPPL maintenance status `unmaintained`
%%
%%
@@ -119,6 +119,8 @@
\@namedef{xassoccntversion1.8}{v1.8 2019-01-01}
+\@namedef{xassoccntversion2.0}{v2.0 2021-11-21}
+
\newcommand{\authorname}{Autor}
@@ -170,13 +172,13 @@
\today \tabularnewline
\tabularnewline
\addtocounter{footnote}{2}
- \authorname: \KVchdocpackageauthor\(^\mathrm{\fnsymbol{footnote}}\)
+ Previous \authorname: \KVchdocpackageauthor\(^\mathrm{\fnsymbol{footnote}}\)
\tabularnewline
\end{tabular}
\end{center}
\end{CHPackageTitleBox}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}%
- \footnotetext{\mymailtoaddress}%
+ \footnotetext{unavailable}%
\end{center}
}
@@ -354,7 +356,7 @@
\newcommand{\mymailtoaddress}{%
- dr.christian.hupfer@gmail.com%
+ %
}
\doparttoc
@@ -370,8 +372,7 @@
\newcounter{foobar}
-
-\newtotcounter{totalpages}%
+\newtotcounter{newtotalpages}%
\newtotcounter{anothertotalpages}%
\newtotcounter{totalproofs}%
@@ -471,7 +472,7 @@ For example, the total number of pages in a document could be achieved by using
\begin{dispExample}%
\regtotcounter{page}
...
-The number of pages in the document is \number\totvalue{page} page(s) -- but in fact it has \total{totalpages} pages.
+The number of pages in the document is \number\totvalue{page} page(s) -- but in fact it has \total{newtotalpages} pages.
\end{dispExample}%
This will work, as long there is no reset of the page counter, as it might happen in the case of \cs{setcounter} or \cs{pagenumbering} being applied in the document. The result is a false page counter total value.
@@ -1500,7 +1501,7 @@ This command is the main macro of the package. It declares the counter names bei
%%%% The association of anothertotalpages in this example just takes place here, so the stepping of the counter will start from here and providing a 'wrong' value.
%%%%
\DeclareAssociatedCounters{page}{totalpages,anothertotalpages}%
-This document has \number\totvalue{totalpages} (note: \number\totvalue{anothertotalpages}) pages.
+This document has \number\totvalue{newtotalpages} (note: \number\totvalue{anothertotalpages}) pages.
\end{dispExample}
\begin{itemize}
@@ -1561,7 +1562,7 @@ This command removes a counter from the existing list for a driver counter, i.e.
\begin{dispExample}
\RemoveAssociatedCounter{page}{anothertotalpages}
-This document has \number\totvalue{totalpages} (beware: \number\totvalue{anothertotalpages}) pages.
+This document has \number\totvalue{newtotalpages} (beware: \number\totvalue{anothertotalpages}) pages.
\end{dispExample}
@@ -1668,7 +1669,7 @@ This macro checks, whether a counter is associated to a particular given driver
\begin{dispExample}
% Remove associated counter first for demonstration purposes
\RemoveAssociatedCounter{page}{anothertotalpages}
-\IsAssociatedToCounter{page}{totalpages}{Yes, totalpages is associated}{No, totalpages is not associated}
+\IsAssociatedToCounter{page}{newtotalpages}{Yes, totalpages is associated}{No, totalpages is not associated}
\IsAssociatedToCounter{page}{anothertotalpages}{Yes, anothertotalpages is associated}{No, anotherpages is not associated}
\end{dispExample}
@@ -1696,7 +1697,7 @@ This commands returns the driver counter to which the counter name of the first
\begin{dispExample}%
-totalpages is associated to the \textcolor{blue}{\textbf{\GetDriverCounter{totalpages}}} counter.
+totalpages is associated to the \textcolor{blue}{\textbf{\GetDriverCounter{newtotalpages}}} counter.
% Try with an undefined counter name
humptydumpty is associated to the \textcolor{blue}{\textbf{\GetDriverCounter{humptydumpty}}} counter.
@@ -1730,7 +1731,7 @@ This commands tests, whether a given counter name is an associated counter and e
\begin{dispExample}
\IsAssociatedCounter{section}{Yes, section is an associated counter}{No, section counter does not have the associated counter properties}
-\IsAssociatedCounter{totalpages}{Yes, totalpages is an associated counter}{No, totalpages counter does not have the associated counter properties}
+\IsAssociatedCounter{newtotalpages}{Yes, totalpages is an associated counter}{No, totalpages counter does not have the associated counter properties}
\end{dispExample}
\end{docCommand}%
@@ -2445,6 +2446,12 @@ write this documentation.
\begin{itemize}[itemsep=15pt]
+\item \CHDocFullVersion{2.0}
+ \begin{itemize}
+ \item Last release due to changes in \LaTeX3-Kernel and switching to unmaintained state.
+ \end{itemize}
+
+
\item \CHDocFullVersion{1.8}
\begin{itemize}
\item Maintenance update due to updates to \CHDocPackage{expl3}.