Awesome
travis_pandoc_lyx_to_epub
Minimal project that uses pandoc
to convert a LyX file to EPUB, using Travis CI.
This process must be done in two steps, because pandoc
cannot convert to EPUB directly:
- travis_lyx_to_tex converts LyX to Tex
- travis_tex_to_epub converts TeX to EPUB
This GitHub is part of the Travis Tutorial
Less specific setup
- travis_pandoc_to_epub: convert any file to EPUB using
pandoc
- travis_lyx_to_epub: convert a LyX file to EPUB
Less complex setups
- travis_pandoc: convert a Markdown file to PDF