Comment by dredmorbius
2 days ago
Yes and no.
PDF's work well for a sufficiently large e-book reader. Full-sized isn't essential, though I find the 13.3" display I use is quite pleasant to read --- roughly equivalent to a large iMac Retina display for reading ease (less overall real estate, but more comfortable to hold in one's hands, and of course, read under bright light / direct sunlight), and vastly superior to a typical smartphone.
Smaller displays of 8--10" should work in most cases and are far more affordable. The exceptions are typically scans from print, especially of small-font and tightly-rendered journal articles, or works with extensive graphics and diagrams. Those with young eyes can probably manage better than the olds.
ePub fits any sized display, but there are times when fixed layout truly is preferable for reading, context, understanding, and juxtaposition of text and graphics, etc. With a fixed layout and a competent layout engine or editor this can be optimised. With a flexible layout* (HTML, ePub, etc.) the dynamic element pretty much always leads to compromises or gaffes in layout and positioning.
Fixed-layout also means that spatial memory of where within a document, chapter, and/or page specific elements / contents are. Dynamic layout greatly reduces the ability of those who have strong spatial memory of written materials.
Yeah, there's a reason why Word docs etc all used fixed layouts. Easy to underestimate the complexity of a reactive layout. Even modern websites usually make some assumptions, hence separate desktop and mobile versions.
My understanding is that MS Word's layout (as with some other word-processing software) was strongly dependent on the print drivers installed. So there still was some variability in output.
I tend to prefer LaTeX or a similar doc-prep system myself for authoring.