diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index e78b3ebf..b913dd6d 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -433,7 +433,12 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
After you’ve reviewed the changes, create an [Editorial]
commit. This type of commit is important, because it gives purists an avenue to reverse these changes back to the original text.
git commit -am "[Editorial] Modernize hyphenation and spelling"
@@ -541,7 +546,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
There are some things that you don’t have to worry much about when proofreading:
Spelling errors. Actual spelling errors are very rare. If a word appears to be misspelled, it’s worth it to check the page scans, but such cases are often done on purpose by the author, or using a older spelling, or are spelled differently in en-US vs. en-GB.
Changing from en-GB to en-US or vice versa. Spelling differences between the continents were not yet settled then, so it's common for books to be set in a blend of spellings. We don’t convert from one style to the other, or try to ensure perfect consistency between styles. This includes en-GB differences like using “an” in front of a word starting in “h,” like “an hundred.”
Changing from en-GB to en-US or vice versa. Spelling differences between the continents were not yet settled then, so it’s common for books to be set in a blend of spellings. We don’t convert from one style to the other, or try to ensure perfect consistency between styles. This includes en-GB differences like using “an” in front of a word starting in “h,” like “an hundred.”
Keeping a 100% faithful representation of a print page layout. Sometimes books have complicated page layouts in print. But ebooks are not the same as print books, with the most important distinction being that there is no “page” to align items to. So, we’re not so concerned with maintaining a pixel-perfect reproduction of print layouts; rather, we wish to adapt print layouts as best we can to the ebook medium.