Open dajare opened 1 month ago
I've made all the updates requested above. I also re-organized local.css - thanks for linking to that example, it makes a lot of sense.
One follow-up question: In addition to commas, the author also places a lot of semicolons and colons before em dashes. Are these OK to leave in place? Typogrify doesn't seem to object to them.
Thanks!
Those changes look good - even a couple tweaks I missed!
One follow-up question: In addition to commas, the author also places a lot of semicolons and colons before em dashes. Are these OK to leave in place? Typogrify doesn't seem to object to them.
Generally, if there are cases that typogrify
doesn't object to or alter, and there are no instructions in the Step-by-step guide to cover "gotcha's", then it's usually okay to leave them. The best thing always is to check SEMoS, in this case the typography section. Also, one can do a code search on SE's Github repos. In this case, you'll see there are MANY instances of colon/semi-colon before em dashes.
So the short answer ;-)
is: yes, it's okay to leave them. [EDIT Actually, I see many cases of comma->emdash, too, so not quite sure I spotted correctly what typogrify
was doing: the more important thing, in this case, is that typogrify
needed to be re-run, so we got that!]
I think this is ready to pass on to Alex, then; I'll flag it up on Google Groups.
se semanticate path/to/chapter-38.xhtml
to target that one change)class="eoc"
included in the closingabbr
tag; I think these are the only two instances of this, but maybe worth a quick (regex?) check of your own.title
; this looks rather like arecipient
, I think. A search ontype="title">To
will bring up all of them (depending on your editor!).epub:type="z3998:letter"
semanticdedication.xhtml
, the<h3>
tags should be<p>
instead: SEMoSspine
in content.opf does not match ToC:·
spine
: dedication -> inscription·
toc
: inscription -> dedicationbuild-toc
corrects toward the spine ordering; confirm which is correct, and re-runbuild-toc
O LIFE!
in poem of c42 (just "life", in this case of course).Metadata
colophon.xhtml
andcontent.opf
might as well be:https://en.wikipedia.org/wiki/Frances_Burney
content.opf
@ line 78 needs to be URI =http://id.loc.gov/authorities/names/n80075853
Austen-who...letters-and
> both hyphens need to be em-dashes (—).Comment In
local.css
, the letter/poetry+verse rules appear to be jumbled. Normally the different rules are marked out by "type" in comment lines, as this makes reviewing them much easier. Nicholas Nickleby provides a good recent/random example. For future projects!