Closed daneos closed 5 years ago
Hi, it seems a similar issue still occurs, I don't know if this is the same one, but one can see page 391 text is shifted to the right. This continue until page 581 (end of section 7). Please notice that on page 405, image is also shifted to the right.
In the bottom of page 386, a menu is displayed in the footer.
Hi @PhilLAL, I can't see the issues you describe, just the one on page 386 footer. Are you sure you have the latest version of the PDF file?
Hi @daneos , I just check and only the page 386 footer still needs to be fixed.
Fixes #196. The problem was caused by
:align: left
directive in the last (in order of appearance in the PDF document) figure of Jive documentation. I'm not exactly sure why, but removing it solves the issue, while not disrupting HTML output too much.