Dear All, I am investigating this issue: https://issues.apache.org/jira/browse/FOP-1444
Especially this case: https://issues.apache.org/jira/secure/attachment/12739446/toc.pdf See e.g. Item 2.1 ___________ 7 (in my local testing I use rule leader) All low level fragments have correct IPDs: Item 21395 <space> 3058 2.1 15290 <glue> 379340 7 6116 But 'Item 2.1' is wrapped by BasicLinkLM and during its processing in TextLayoutManager.addMappingAreas() a special treatment is performed as context.getIPDAdjust() returns non zero value. So instead of width 39743 (21395 + 3058 + 15290) one gets 41102. And this difference matches that shift of the page number. What does that IPDAdjust represent? Thanks, Jan
