Skip to content

Commit b4b789b

Browse files
authored
Use current pandoc/latex image to generate epub (#703)
Replace use of older `uppalabharath/pandoc-latex-cjk:latest` image with `pandoc/latex:edge-ubuntu`. At present the older image is from November 2021 and contains Pandoc 2.16.1, whereas the `pandoc/latex:edge-ubuntu` image is from March 2023 and provides Pandoc 3.1.1. epub files generated using this newer image successfully import into Google Play Books without error. refs GH-598 Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
1 parent 6b481cf commit b4b789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.books.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run --rm -v `pwd`:/data uppalabharath/pandoc-latex-cjk:latest --from=gfm+
4343
http-handlers-revisited.md \
4444
anti-patterns.md
4545

46-
docker run --rm -v `pwd`:/data uppalabharath/pandoc-latex-cjk:latest --from=gfm+rebase_relative_paths --to=epub --file-scope title.txt -o learn-go-with-tests.epub --pdf-engine=xelatex --toc --toc-depth=1 \
46+
docker run --rm -v `pwd`:/data pandoc/latex:latest --from=gfm+rebase_relative_paths --to=epub --file-scope title.txt -o learn-go-with-tests.epub --pdf-engine=xelatex --toc --toc-depth=1 \
4747
gb-readme.md \
4848
why.md \
4949
hello-world.md \

0 commit comments

Comments
 (0)