Questions tagged [zref]

{zref} is about questions related to the zref reference scheme for LaTeX

{zref} is a package that im­ple­ments an ex­ten­si­ble ref­er­enc­ing sys­tem allowing the user to ac­cess a new ref­er­ence scheme.

86 questions
8
votes
2 answers

zref-abspage and perpage incompatibility

It seems that zref-abspage and perpage both defines the abspage counter so \documentclass{article} \usepackage{perpage} \usepackage{zref-abspage} \begin{document} This is a test \end{document} would produce error. How should this be fixed? it…
user22486
4
votes
0 answers

zref-abspage needs defining a label, but zref-nextpage does not. Why?

I am looking for a straightforward way to get the absolute page number at the current position. I came across package zref-abspage (the programmer's interface) out of the oberdiek bundle. Why do I need to define a label myself in order to get the…
AlexG
  • 54,894
2
votes
1 answer

Measure upper left and bottom right of text with zref

i want to get the position of the upper left of a text and the position of the bottom right of a text. right now i'm using the following code which works ok for images but not for text because it breaks the textflow (see image below. remark: the…
1
vote
2 answers

How to retrieve order of zref's labels in the aux file

I'm playing with the very intersting zref and I'm stumbling at one point, thanks to my insufficient expansion-fu, and perhaps someone may find this problem easier. zref writes labels to the aux file with \protected@write (not \immediate) so that the…
gusbrs
  • 13,740
0
votes
0 answers

zref: some properties are not obtainable when they are added in my own property list

I'd like to create a single label in ref containing multiple values (page, counter, position...). I'm not sure why, but using zref I can't manage to get access to the counter value, the zposx value... Am I doing something…
tobiasBora
  • 8,684