diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-06-04 16:29:28 -0700 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-06-04 18:38:25 -0700 |
| commit | 9405ee50ef1b1e9684e5e017e7ccb11fbb223af6 (patch) | |
| tree | 3192ad42b5f1749a6f72b8aa811274f606bea000 /Gemfile | |
| parent | 534780257ddc4d2928d0262c5165a25efcf259bc (diff) | |
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.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
