Awesome
travis_pandoc_tex_to_epub
Minimal project that uses pandoc
to convert a TeX (.tex
) file to EPUB, using Travis CI.
This GitHub is part of the Travis Tutorial
Note that travis_tex_to_epub_example_1 shows
that tex4ebook
is a superior solution over using pandoc
.
Less specific setup
- travis_pandoc_to_epub: convert a file to EPUB
Less complex setups
- travis_pandoc: convert a Markdown file to PDF
External links
- travis_tex_to_epub_example_1: compares
pandoc
andtex4ebook
conversion (Spoiler:tex4ebook
is superior) - pandoc's documentation how to convert text to EPUB
- tex2ebook: A converter for LaTeX documents to EPUB/Mobipocket with a web interface written in Python.
- tex4ebook: Convertor from LaTeX to ebook formats (epub, mobi). Using tex4ht and texlua scripts.