Use imperative mood

This commit is contained in:
Anthony J. Bentley 2024-11-23 02:56:24 -07:00 committed by Alex Cabal
parent e00ed3c9a1
commit 32607fb220

View file

@ -31,7 +31,7 @@
<li><p><a href="#transcription">Check for transcription errors</a></p></li> <li><p><a href="#transcription">Check for transcription errors</a></p></li>
<li><p><a href="#footnotes">Convert footnotes to endnotes</a></p></li> <li><p><a href="#footnotes">Convert footnotes to endnotes</a></p></li>
<li><p><a href="#illustrations">Add a list of illustrations</a></p></li> <li><p><a href="#illustrations">Add a list of illustrations</a></p></li>
<li><p><a href="#quotation">Converting British quotation to American quotation</a></p></li> <li><p><a href="#quotation">Convert British quotation to American quotation</a></p></li>
<li><p><a href="#semantics">Add semantics</a></p></li> <li><p><a href="#semantics">Add semantics</a></p></li>
<li><p><a href="#modernize">Modernize spelling and hyphenation</a></p></li> <li><p><a href="#modernize">Modernize spelling and hyphenation</a></p></li>
<li><p><a href="#diacritics">Check for consistent diacritics</a></p></li> <li><p><a href="#diacritics">Check for consistent diacritics</a></p></li>
@ -299,7 +299,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
<p><i>Jekyll</i> doesnt have any illustrations, so we skip this step.</p> <p><i>Jekyll</i> doesnt have any illustrations, so we skip this step.</p>
</li> </li>
<li> <li>
<h2 id="quotation">Converting British quotation to American quotation</h2> <h2 id="quotation">Convert British quotation to American quotation</h2>
<p>If the work youre producing uses <a href="http://www.thepunctuationguide.com/british-versus-american-style.html">British quotation style</a> (single quotes for dialog and other outer quotes versus double quotes in American), we have to convert it to American style. We use American style in part because its easier to programmatically convert from American to British than it is to convert the other way around. <em>Skip this step if your work is already in American style.</em></p> <p>If the work youre producing uses <a href="http://www.thepunctuationguide.com/british-versus-american-style.html">British quotation style</a> (single quotes for dialog and other outer quotes versus double quotes in American), we have to convert it to American style. We use American style in part because its easier to programmatically convert from American to British than it is to convert the other way around. <em>Skip this step if your work is already in American style.</em></p>
<p><code class="bash"><b>se</b> british2american</code> attempts to automate the conversion. Your work must already be typogrified (one of the previous steps in this guide) for the script to work.</p><code class="terminal"><span><b>se</b> british2american <u>.</u></span></code> <p><code class="bash"><b>se</b> british2american</code> attempts to automate the conversion. Your work must already be typogrified (one of the previous steps in this guide) for the script to work.</p><code class="terminal"><span><b>se</b> british2american <u>.</u></span></code>
<p>While <code class="bash"><b>se</b> british2american</code> tries its best, thanks to the quirkiness of English punctuation rules itll invariably mess some stuff up. Proofreading is required after running the conversion.</p> <p>While <code class="bash"><b>se</b> british2american</code> tries its best, thanks to the quirkiness of English punctuation rules itll invariably mess some stuff up. Proofreading is required after running the conversion.</p>