in reply to Re^4: PDL Book as epub?
in thread PDL Book as epub?

The command i provided doesn’t use LaTeX - it creates an intermediate tex-file (pod2latex is a Perl script). This is very practical because, as far as I know, you can't create an epub directly from pod with pandoc. But there is Pod::Markdown and Markdown plays nicely with pandoc. See the pandoc book example for further information. Furthermore, I think that LaTeX is unproblematic once you have found the right header - which only takes 3-4 years.

Replies are listed 'Best First'.
Re^6: PDL Book as epub?
by LanX (Saint) on Aug 10, 2024 at 18:37 UTC
    > it creates an intermediate tex-file

    TeX is effectively a programming language, LaTeX just the most common extension.

    I doubt Pandoc is reimplementing Tex and only reading the code...

    But who knows where the line is drawn.

    > But there is Pod::Markdown and Markdown plays nicely with pandoc.

    Yes, that's why I mentioned already the lightweight formats.

    All these solutions might create an ePUB in the end.

    But could heavily vary on the features supported. Like chapter structure and TOC, etc...

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery