diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 9cdeb6eb..2a5bbfb1 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -330,7 +330,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
What can we use for Jekyll? In 1885 Albert Edelfelt painted a portrait of Louis Pasteur in a laboratory. A crop of the lab equipment would be a good way to represent Dr. Jekyll’s lab.
The cover file itself, cover.svg
, is easy to edit. It automatically links to cover.jpg
. All you have to do is open cover.svg
with a text editor and edit the title and author. Make sure you have the League Spartan font installed on your system!
After we’re done with the cover, we’ll have three files in ./images/
:
After we’re done with the cover, we’ll have four files in ./images/
:
cover.source.jpg
is the raw image file we used for the cover. We keep it in case we want to make adjustments later. For Jekyll, this would be the raw Pasteur portrait downloaded from Wikipedia.
cover.svg
is the completed cover image with the title and author. se build-images
will take cover.svg
, embed cover.jpg
, convert the text to paths, and place the result in ./src/epub/images/
for inclusion in the final epub.
titlepage.svg
is the completed titlepage image that se create-draft
created for you.