Fix typo in step by step guide

This commit is contained in:
Alex Cabal 2020-09-08 09:42:32 -05:00
parent d1ca8d91fa
commit 7faf078389

View file

@ -330,7 +330,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
</ul>
<p>What can we use for <i>Jekyll</i>? In 1885 Albert Edelfelt painted a <a href="https://en.wikipedia.org/wiki/File:Albert_Edelfelt_-_Louis_Pasteur_-_1885.jpg">portrait of Louis Pasteur</a> in a laboratory. A crop of the lab equipment would be a good way to represent Dr. Jekylls lab.</p>
<p>The cover file itself, <code class="path">cover.svg</code>, is easy to edit. It automatically links to <code class="path">cover.jpg</code>. All you have to do is open <code class="path">cover.svg</code> with a text editor and edit the title and author. Make sure you have the League Spartan font installed on your system!</p>
<p>After were done with the cover, well have three files in <code class="path">./images/</code>:</p>
<p>After were done with the cover, well have four files in <code class="path">./images/</code>:</p>
<ul>
<li>
<p><code class="path">cover.source.jpg</code> is the raw image file we used for the cover. We keep it in case we want to make adjustments later. For <i>Jekyll</i>, this would be the raw Pasteur portrait downloaded from Wikipedia.</p>
@ -341,6 +341,9 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
<li>
<p><code class="path">cover.svg</code> is the completed cover image with the title and author. <code class="bash"><b>se</b> build-images</code> will take <code class="path">cover.svg</code>, embed <code class="path">cover.jpg</code>, convert the text to paths, and place the result in <code class="path">./src/epub/images/</code> for inclusion in the final epub.</p>
</li>
<li>
<p><code class="path">titlepage.svg</code> is the completed titlepage image that <code class="bash"><b>se</b> create-draft</code> created for you.</p>
</li>
</ul>
</li>
<li>