Last time I checked in I was doing Henry's autobiography by his son.
Life events and other things made me put it on pause for a while. But
now I'm back and I've decided to do Progress and Poverty first. I'm in
the early stages of proofreading and only have a couple of issues:
1. How do I format the halftitle[1]? Currently I have it like this:
<section id="halftitlepage" epub:type="halftitlepage">
<hgroup epub:type="fulltitle">
<h1 epub:type="title">Progress and Poverty</h1>
<p epub:type="bridgehead">An Inquiry Into the Cause of Industrial
Depressions and of Increase of Want with Increase of Wealth</p>
<h2 epub:type="subtitle">The Remedy</h2>
</hgroup>
</section>
which doesn't feel right.
2. Two chapters have subsections[2], and I currently deal with them by
using:
<section id="chapter-6-1-1" epub:type="division">
<header>
<b>I.—From Greater Economy in Government.</b>
</header>
<p>...</p>
Which I only use because headers are centered and have a bit of padding.
Originally I used <h5> in place of <b>, but switched because they're not
really structurally important. I think I'll just use a CSS selector
anyway.
3. I haven't picked a cover image yet. I'm trying to find something
industrial and striking, preferably around San Francisco or New York.
Semi-related, but the portrait I wanted to use for the previous book has
now been explicitly licensed under CC0 by the US National Portrait
Gallery[3]. Might be worth checking out in the future.
4. Each "part" has a full page epigraph after it. I originally merged
them into their book-n.xhtml files, but split them out after to be more
true to the book. The unfortunate side effect is that each book chapter
is bumped by 1 in the table of contents. If this wasn't the case I could
remove the chapter numbers themselves and use <ol type="I"> instead.
That's it for now. GitHub link incoming.
[1]
https://archive.org/details/cu31924013685460/page/n12/mode/1up
[2]
https://archive.org/details/cu31924013685460/page/n293/mode/1up
[3]
https://npg.si.edu/object/npg_NPG.67.53?destination=node/63231%3Fedan_q%3DHenry%2520George
--
Stephen Gregoratto