I'm building a table of contents, which works just fine except for one little detail.  If seems the <fo:page-number-citations> are not aligning correctly.
 
For instance, the enclosing block looks like this:
 
<fo:table-cell><fo:block text-align="end"><fo:page-number-citation ref=id="blah"/></fo:block></fo:table-cell>
 
 
The parent block has text-align="end", but the page numbers come out left justified, not right justified.  If I remove the <fo:page-number-citation ref=id="blah"/> and hardcode some page numbers, they come out correctly right-justified.
 
Is there some way I can make this work correctly with 0.20.2?  Will the upcoming maintenance release fix this bug?
 
Thanks,
Scott

Reply via email to