From 9405ee50ef1b1e9684e5e017e7ccb11fbb223af6 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sun, 4 Jun 2023 16:29:28 -0700 Subject: Preliminary support for EPUB3 output The real change is that now there are 2 different ADOC_TOTALs, one for PDF and one for EPUB. This is because the workarounds currently in place for frontmatter styling don't work in EPUB output (because an EPUB can't "include" a PDF). At the moment, both of the ADOC_TOTALs are identical and the frontmatter bug is still present in EPUB output, but at least the plumbing is in place to make them different. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a988aa0..5604218 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source "https://rubygems.org" gem "asciidoctor-pdf", git: "https://github.com/dressupgeekout/asciidoctor-pdf", branch: "2.3.4-charlotte" +gem "asciidoctor-epub3", git: "https://github.com/dressupgeekout/asciidoctor-epub3", branch: "charlotte" +gem "epubcheck-ruby" gem "rghost" -- cgit v1.2.3