Quote:
Originally Posted by Phssthpok
When converting EPUBs that have <h1> and <h2> on the same page, the AZW3 output moves the <h2> to a separate page ... I have set the "Insert page break before" option (Preferences > Conversion > Common Options > Structure Detection) to "/" but it makes no difference.
|
For "Insert page break before" option, try: //*[name()='h1']
That works for me to limit page breaks to only <h1> and keeps any <h2> subheads on the same page.
@eschwartz: I have a few books that use <h1> for chapter heads and <h2> for subheads. With the above "insert page break before" option it works fine. Why is this improper?