blob: a3211634d6f58d87ffcd6825cfa33bae91e3d33d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
%% LaTeX package assoccnt - version 0.4 (2014/09/04)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2014 by Dr. Christian Hupfer <christian dot hupfer at yahoo dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `author-maintained'.
%%
%% This work consists of all files listed in README
%%
The package assoccnt provides a way of associating counters to an
existing driver counter, such incrementing the driver counter will increase
the associated counters as well. This package can be regarded as a supplement
to the totcount package by Vasileios Koutavas (http://www.ctan.org/pkg/totcount), but
can be used without it too.
Further improvements will follow
This version provides
-- a revised scheme -- \addtocounter is used instead of \stepcounter
-- \setcounter is redefined to obtain an optional argument, which holds
a list of associated counters, which should be set to the value as well.
-- Suspension/resuming of counter is possible, i.e. the counting can be put on hold
and resumed later on.
-- some new routines for queries on the properties of counters
whether they are drivers or associated counters and a better documentation.
Directory listing:
assoccntdoc.pdf 254717 09/04/14 03:19:44
assoccntdoc.tex 29162 09/04/14 03:19:45
assoccnt_example.pdf 77420 09/04/14 03:19:45
assoccnt_example.tex 3955 09/04/14 03:15:58
assoccnt.sty 14299 09/04/14 03:15:58
|