summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
blob: bed0832bc85fe3ea753cad42012e0153fc940e94 (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
<?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.5'/>
  <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>