Slashdot Mirror


Are Programmers Ruining the Design of eBooks?

An anonymous reader writes "The Toronto Review of Books claims that the majority of digital books are awful because major publishers are handing over the design work to programmers, not artists and editors. This results in the 'typographical horrors' typical of so many eBooks, and hundreds of 'lackluster' iPad adaptations. 'Programmers are suddenly being given free reign to design books,' the article laments. 'Most publishers don't care about the iPad or eBooks very much... which may be an aesthetic rejection based on the publisher's historical reverence for the printed page.' Don't we deserve better eBooks?"

5 of 470 comments (clear)

  1. Re:Amusing by snowgirl · · Score: 4, Informative

    (Posting AC because I'm at work and I don't log into websites from work...)

    I find it amusing that the article linked for this story has some atrocious typography of its own. In today's day and age of CSS3, that sort of leading on the internet is simply unacceptable. If you're going to complain about the typography in ebooks, perhaps you'd like to get your own website in order first.

    Perhaps, because the Toronto Book Review isn't the one who said it, and it was actually Chris Stevens the author of Alice for the iPad who said it?

    --
    WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
  2. converting a LaTeX book to ePub format by microphage · · Score: 4, Informative

    "Given good content to work with, any programmer could figure out how to make it beautiful using LaTeX .. However there isn't a mature, standardized workflow to get from LaTeX to epub", infernalC

    "The second talk came from Andrew Ford, who focussed on converting a LaTeX book to ePub format, using the example of his wife’s cookbook of vegetarian recipes. Andrew explained that the ePub format is a combination of XHTML and CSS, and that LaTeXML has allowed a relatively painless conversion process. Looking beyond ePub, conversion to Kindle format (which unlike ePub is closed)."

  3. Re:Yes! by Anonymous Coward · · Score: 5, Informative

    You have to be very careful about "getting a UI designer" -- many of them have UIDD (UI Designer Disease) and will take a functioning UI and layer on more stuff until it becomes hard to use. Recent battle: UIDD-guy -- "that UI is to complicated -- too many buttons on the main screen"; me -- "but the users use every one of those buttons on a regular basis"; UIDD-guy "but if you just put them in menus you could add other functionality to the program without adding more clutter"; me --"the users don't have any additional functionality requests, they just want to get the job done. You are here because someone higher up decided that everything needs a UI designer review"; UIDD-guy "well this certainly does need to be changed"; me "ok, watch the users use the tool -- the flow goes from upper left to lower right as they do their work, there's no back-hitching, there are no "extra clicks" involved with them getting their work done -- how are menus going to help this?" ; UIDD-guy "Menus are just better because it's less visually taxing. Clearly you aren't listening to me." Months later someone else re-wrote the UI according to UIDD-guy's suggestions. Users revolted and were ticked enough to actually measure throughput and number of clicks. The redesigned and simplified version took 22% longer with 35% more clicks -- so yes with the redesign users could do more clicks per minute -- but it often took two clicks instead of one. UIDD guy still thinks its better because it's cleaner. UIDD is a crippling disorder.

  4. Re:Yes! by _0xd0ad · · Score: 4, Informative

    I think he was referring to the Office-logo-style menu that you get when you disable the regular menu bar.

    Really, though, the "Ribbon" is a gimmick. All it is is (1) redesigned, reorganized menus and (2) the menu is always "down", and context-shifts automatically.

    The benefit of point (1) is highly dependent on how intuitive the reorganized menus are. Naturally, anyone who's used to the old menus will hate them for changing things. However, it does at least seem that they got this much right; it's really not hard to pick up the organization of the new menu system.

    Point (2), on the other hand, is an "in-your-face" sort of behavior that you may or may not like. Users who don't know what they're doing might benefit from having the menu right there in front of them. Personally, however, I just collapse the Ribbon (double-click it) so that it acts like regular pull-down menus (albeit arranged horizontally instead of vertically). If I'm doing stuff that requires a lot of menu interaction (text formatting in Word) I might lock it open (again, double-click it) but in general I don't want it in my way.

    If you took nothing else away from my post, hopefully you caught the fact that double-clicking the Ribbon makes it go away.

    Oh, and the silver theme is much better than the default blue.

  5. Re:LaTeX by bhaak1 · · Score: 4, Informative

    Which, according to most typographers I talked about it to, is not the case with LaTeX. I mean I am sure Lamport knew his stuff, that just his stuff was physics, not typography and design. Besides, defaults for physics journal articles will not necessarily be the same as defaults for a book of literature.

    Oh yes, don't use the LaTeX' standard "book" package by Lamport. I completely forgot about that because it's so old. But I don't think it's fair to judge by stuff from the 80s. We don't do that with Word either :).

    There are much better packages for a long time, like "memoir" or "komascript". But those mainly change the page layout and the default settings for fonts. For the cool microtypography stuff you also need something more recent than Knuth's original TeX compiler, like luatex (which shall finally get to 1.0 in 2012) or pdftex.

    In short, just install TeXLive or MiKTeX and use that.