Hacker News new | ask | show | jobs
by nicw 4909 days ago
Fixed-layout is supported via EPUB, but you need a reader that knows how to display the fixed-layout version. 99% of readers only display reflowable content.

What you really want to do is go with reflowable content that is formatted correctly (proper HTML/CSS), and if the content breaks across the page, changing the font size should help rectify.

(spoken from too many years of ebook + tech book experience)