diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xassoccnt/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/xassoccnt/README | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xassoccnt/README b/Master/texmf-dist/doc/latex/xassoccnt/README new file mode 100644 index 00000000000..7d638ee2d5b --- /dev/null +++ b/Master/texmf-dist/doc/latex/xassoccnt/README @@ -0,0 +1,54 @@ +%% LaTeX package xassoccnt - version 0.1 (2015/11/07) +%% +%% ------------------------------------------------------------------------------------------- +%% Copyright (c) 2015 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 `maintained'. +%% +%% This work consists of all files listed in README +%% + + +The package xassoccnt 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. + +As of 2015/11/07 xassoccnt does not supersedes the package assoccnt by the same author, however, +the older package isn't declared obsolete as of 2015/11/07. + + +This first version provides a complete rewrite using `expl3` features + +-- better handling of options (compared to assoccnt) and more macros +-- prevention of cross-association of driver and (already) associated counters +-- disabled self-association of a counter +-- better checking if the macro arguments are counters +-- an autodefinition of counters if needed +-- improved suspension and resuming of counters +-- syncing of driver counters and associated counters after some special change +-- Improved documentation (compared to assoccnt) + +Some notes: + +-- calc and xassoccnt work together only if calc is loaded before `xassoccnt` +-- The `\PrettyCounterInfo` macros etc. has been removed. + + +Directory listing: + + xassoccnt_driver.pdf 63062 11/07/15 02:16:55 + xassoccnt_driver.tex 3352 11/07/15 02:16:22 + xassoccnt_example.pdf 68837 11/07/15 02:16:51 + xassoccnt_example.tex 4390 11/07/15 02:16:22 + xassoccnt.sty 25921 11/07/15 02:16:56 |