Add missing “a”

This commit is contained in:
Steve Nicholson 2021-05-17 02:36:51 -07:00 committed by Alex Cabal
parent 163982b86a
commit 6143dc8b25

View file

@ -572,7 +572,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
<p>The table of contents is a structured document that should let the reader easily navigate the book. In a Standard Ebook, its stored outside of the readable text directory with the assumption that the reading system will parse it and display a navigable representation for the user.</p>
<p>Once youve completed the <code class="html"><span class="p">&lt;</span><span class="nt">spine</span><span class="p">&gt;</span></code> element in <code class="path">content.opf</code>, you can use <code class="bash"><b>se</b> print-toc</code> to generate a table of contents for this ebook. Since this is the first time were generating a ToC for this ebook, use the <code class="bash">--in-place</code> flag to replace the template ToC file with the generated ToC.</p>
<code class="terminal raw"><span><b>se</b> print-toc --in-place <u>.</u></span></code>
<p>Review the generated ToC in <code class="path">./src/epub/toc.xhtml</code> to make sure <code class="bash"><b>se</b> print-toc</code> did the right thing. <code class="bash"><b>se</b> print-toc</code> is valuable tool to discover structural problems in your ebook. If an entry is arranged in a way you werent expecting, perhaps the problem isnt with <code class="bash"><b>se</b> print-toc</code>, but with your HTML code—be careful! You may have to make changes by hand for complex or unusual books.</p>
<p>Review the generated ToC in <code class="path">./src/epub/toc.xhtml</code> to make sure <code class="bash"><b>se</b> print-toc</code> did the right thing. <code class="bash"><b>se</b> print-toc</code> is a valuable tool to discover structural problems in your ebook. If an entry is arranged in a way you werent expecting, perhaps the problem isnt with <code class="bash"><b>se</b> print-toc</code>, but with your HTML code—be careful! You may have to make changes by hand for complex or unusual books.</p>
<p>Once youre done, commit:</p>
<code class="terminal"><span><b>git</b> commit -am <i>"Add ToC"</i></span></code>
</li>