summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-02 21:50:45 +0000
committerKarl Berry <karl@freefriends.org>2012-05-02 21:50:45 +0000
commitaa1776c78dfdb456e2228fbceaa886e64e36174c (patch)
tree7967af7f0f2079a632809a813221918af16ba8cc /Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
parenta86d14742b305868a1c2b1f33f1263a6b7d0e03d (diff)
oberdiek (1may12)
git-svn-id: svn://tug.org/texlive/trunk@26177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml b/Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
new file mode 100644
index 00000000000..5764b28eebb
--- /dev/null
+++ b/Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='refcount'>
+ <name>refcount</name>
+ <caption>Counter operations with label references.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='1998,2000,2006,2008,2010,2011'/>
+ <license type='lppl1.3'/>
+ <version number='3.4'/>
+ <description>
+ Provides commands <tt>\setcounterref</tt> and
+ <tt>\addtocounterref</tt> which use the section (or whatever)
+ number from the reference as the value to put into the counter, as
+ in:
+
+ <pre>
+ ...\label{sec:foo}
+ ...
+ \setcounterref{foonum}{sec:foo}
+ </pre>
+ Commands <tt>\setcounterpageref</tt> and
+ <tt>\addtocounterpageref</tt> do the corresponding thing with the
+ page reference of the label.
+ <p/>
+ No <tt>.ins</tt> file is distributed; process the
+ <tt>.dtx</tt> with plain TeX to create one.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/refcount.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/refcount.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>