From 1dfced61c3cb0f99d657fccaa6232b68ee673928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bourgoin?= Date: Tue, 21 Nov 2017 15:05:05 +0100 Subject: [PATCH 1/3] Fix #153 Cover image doesn't show up with epub in iBooks (#237) Add meta property cover in epub content.opf --- epub/content.opf.src | 1 + 1 file changed, 1 insertion(+) diff --git a/epub/content.opf.src b/epub/content.opf.src index 76cfc0147..eb958779a 100644 --- a/epub/content.opf.src +++ b/epub/content.opf.src @@ -12,6 +12,7 @@ http://eloquentjavascript.net/ 2014-09-04T10:47:00Z + From 94802d50f13a844c2136b393c9c2beea7b5935cd Mon Sep 17 00:00:00 2001 From: Clement Bourgoin Date: Wed, 22 Nov 2017 12:54:30 +0100 Subject: [PATCH 2/3] Fix cover meta tag content value --- epub/content.opf.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epub/content.opf.src b/epub/content.opf.src index eb958779a..06f2860c7 100644 --- a/epub/content.opf.src +++ b/epub/content.opf.src @@ -12,7 +12,7 @@ http://eloquentjavascript.net/ 2014-09-04T10:47:00Z - + From 8aae9b429cc5aed37086c97268afb3f9631f64be Mon Sep 17 00:00:00 2001 From: Jian Gao Date: Wed, 22 Nov 2017 11:42:43 -0500 Subject: [PATCH 3/3] install the inconsolata font which is required for make --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162309953..ab6979aed 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For OSX, you can use port or brew to install the asciidoc package. To build the PDF file: - apt-get install texlive texlive-xetex texlive-fonts-extra + apt-get install texlive texlive-xetex texlive-fonts-extra fonts-inconsolata make book.pdf To build the ePub book: