|
|
|
|
|
by mattkrause
2191 days ago
|
|
Functional and aesthetically pleasing? It's one of those "you'll know it when you see it" things, but grab any decently typeset book or paper. The illustrations, diagrams, and tables are the right size and shape to ensure the details are legible, without wasting a ton of space. They are placed at pertinent locations in the text, usually near the first or major mention of related topic. There's a nice boundary between the text and illustration, so you can tell which is which (again, without wasting a ton of space). If there are multiple illustrations, they're laid out in a sensible way so that one or two lines of text don't appear--and get lost--between them. |
|
The most difficult of your criteria is ‘the right size’, mostly because of varying screen dimensions and viewing distances. It's not a problem on desktop, though, and having this issue on a phone is possible only because HTML is reflowable to the screen size in the first place. Moreover, HTML can do things that are verboten and unthinkable in PDF: having an individual image zoomed in and panned without the rest of the page moving away (most sites stop at screen-size ‘lightboxes’ so far, but I'm thinking of slapping together an extension that would instead do the full zoom-around thing on any page).
Overall, it sounds like the same old tradeoff of whether you want to do glamour-magazine-style fancy hijinks with your images, or you want to be able to read the documents on smaller screens and devices. And I know which one I choose.