30 Jan
2011
30 Jan
'11
5:56 p.m.
Hi, when \finishregisterentry is set within a paragraph then the "lastrealpage" gets the value from the page where this respective parapgraph starts. (In the example below it is 4 instead of 5.) That is quite sad when you have long paragraphs. How can I set a register range telling me lastrealpage is exactly the page where the ending mark is set? Attached you may find a minimal example. Best, Steffen ------- \starttext \switchtobodyfont[50pt] \input tufte \par \setregisterentry[index][label={Index_Label}]% Test\dorecurse{5}{This is are words, not paragraphs. }\finishregisterentry[index][label={Index_Label},entries={Index entry}] Test \stoptext