I'm currently using something like:
with css:
Which correctly links and displays page numbers for *SOME* but not *ALL* references. Should this not apply to all a tags with class xref ? Is there anything that would stop prince from picking up on an href/xref ? Thanks for your help in advance!
<a href="#SOME-ID" class="xref"></a>
with css:
a.xref::after {
content: target-counter(attr(href, url), page);
}
Which correctly links and displays page numbers for *SOME* but not *ALL* references. Should this not apply to all a tags with class xref ? Is there anything that would stop prince from picking up on an href/xref ? Thanks for your help in advance!
Edited by CrazyTux