./print/tex-zref, New reference scheme for LaTeX

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.35, Package name: tex-zref-2.35, Maintainer: pkgsrc-users

This package offers a means to remove the limitation, of only
two properties, that is inherent in the way LaTeX's reference
system works. The package implements an extensible referencing
system, where properties may be defined and used in the course
of a document. It provides an interface for macro programmers
to access the new reference scheme and some modules that use
it. Modules available are: zref-user, use zref for
"traditional" labels and references; zref-abspage, retrieve
absolute page numbers (physical pages, as opposed to the
'logical' page number that is normally typeset when a page
number is requested; zref-lastpage, provide a zref-label for
the last page of the document; zref-nextpage, provide the page
number of the next page of the document; zref-totpages, provide
the total number of pages in the document; zref-pagelayout,
provide the page layout parameters of a each page (which may
then be printed at the end of the document); zref-perpage, make
a counter reset for each new page; zref-titleref, make section
title or caption text available through the reference system;
zref-savepos, make positions on a page available; zref-dotfill,
controlled dot-filling; zref-env, record the latest
environment's name and the line it started on; and zref-xr,
provide the facilities of the xr and xr-hyper packages.


Required to run:
[print/kpathsea] [print/tex-graphics] [print/tex-iftex] [print/tex-pdftexcmds] [print/tex-kvoptions] [print/tex-uniquecounter] [print/tex-infwarerr] [print/tex-ltxcmds] [print/tex-etexcmds]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-02-18 11:59:55 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-zref{,-doc}: update to 2.35

- Define the abspage counter only if it is undefined
- Remove dependency from atveryend.
   2022-04-14 09:01:36 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-zref{,-doc}: update to 2.34

2.34
- Fix the use of the zref at unique counter

2.33
- Avoid that amstext undoes the stepcounter patch in zref-perpage
- Make the unique counter more robust when includeonly is used
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-02-20 12:07:27 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-zref{,-doc}: update to 2.32

2.32
This adapts the zref-pagelayout module to the new LateX hook management.

2.31
* added pagevalue property to savepos in abspos module

* to correct a problem with references when hyperref is loaded,
  zref-counter uses from LaTeX2e <2020-10-01> pre-release-6 on
  the new command \@currentcounter and no longer patches \refstepcounter.