Apologies in advance for dumping a whole book on you, but I couldn't figure out how to reproduce the issue in a contrived example.
In brief, I'm seeing an inconsistency with respect to page float behaviour between Prince 14.2 and Prince for Books.
The following PDF was generated using Prince 14.2:
https://penguinking.com/jellyfish-felonies/jellyfish-felonies-0.3.pdf
The following PDF was generated using Prince for Books, using the same source files as the preceding PDF:
https://penguinking.com/jellyfish-felonies/jellyfish-felonies-0.3-books.pdf
If you look at page 10 (subheading "Rolling COMMIT FRAUD"), you'll see a discrepancy in the vertical alignment of the floated sidebar at the bottom of the page.
It's just that one page float that's affected; all other page floats in the document are consistent between the two versions.
You can find the source files in the attached zipfile. The following command was used to generate both PDFs (simply exchanging prince.exe for prince-books.exe in the latter case):
prince.exe jellyfish-felonies-0.3.html --javascript --script=https://code.jquery.com/jquery-3.5.1.min.js --script=scripts/pdf.js --pdf-profile="PDF/UA-1"
In brief, I'm seeing an inconsistency with respect to page float behaviour between Prince 14.2 and Prince for Books.
The following PDF was generated using Prince 14.2:
https://penguinking.com/jellyfish-felonies/jellyfish-felonies-0.3.pdf
The following PDF was generated using Prince for Books, using the same source files as the preceding PDF:
https://penguinking.com/jellyfish-felonies/jellyfish-felonies-0.3-books.pdf
If you look at page 10 (subheading "Rolling COMMIT FRAUD"), you'll see a discrepancy in the vertical alignment of the floated sidebar at the bottom of the page.
It's just that one page float that's affected; all other page floats in the document are consistent between the two versions.
You can find the source files in the attached zipfile. The following command was used to generate both PDFs (simply exchanging prince.exe for prince-books.exe in the latter case):
prince.exe jellyfish-felonies-0.3.html --javascript --script=https://code.jquery.com/jquery-3.5.1.min.js --script=scripts/pdf.js --pdf-profile="PDF/UA-1"