On Thu, Jun 09, 2022 at 10:20:57AM -0500, Perry Smith wrote: > Hi, > > I found this thread in the bug-texinfo mailing list[1]. I’m wanting to > format the org-mode info file into ePub. Indeed, I’d like to reformat many > of the info files into ePub assuming that I can find a tool chain that works > and produces nice results. > > One of the last messages talks about a change but then the thread stops and > so I’m left wondering where the current state of the art is with regards to > info to ePub processing. I believe the tact was to first produce valid XHTML > and then convert that to ePub perhaps via Calibre or perhaps by another > processor — I’m not sure.
It is implemented in the development version that you can take from git. After installation it should be called with texi2any --init epub3.pm mymanual.texi Any feedback appreciated. There is a more recent thread on that subject: https://www.mail-archive.com/[email protected]/msg10445.html -- Pat
