I have a 508-page book setup in LaTex. The book has 60+ images and uses custom fonts (the reason why I'm using XeLaTex). I use Overleaf and can easily spit out PDFs to create the paperback version of the book. I need to create an ePub version of the book for Kindle and digital platforms.
I looked at a lot of different threads and solutions (SimpleTeX4ht, Pandoc, TexStudio > HTML > Calibre, tex4ebook, etc). Nothing seems to work out-of-the-box for XeLaTex-compiled books.
What's the easiest/fastest/simplest way to get from LaTeX to ePub in my situation?
A big reason why I used LaTeX for layout is because it makes it easier to manage/update/reuse in different formats, so ideally I'd like to be able to use the same code base for everything.
tex4ebook(which is based ontex4ht) allows all of the major engines (pdfLaTeX, LuaLaTeX and XeLaTeX) for compilation. – Alan Munn Aug 06 '20 at 21:43Just a sample:
– egarbugli Aug 10 '20 at 04:18make4htinstead oftex4ebook: – egarbugli Aug 10 '20 at 04:24