upvote
Use Pandoc w/ Typst. I've published many books using it.

In fact, just had a friend with a traditionally published book who is now self-pubbing ask me yesterday about my tools. I recommended Pandoc and Typst. He (surprisingly to me) had never heard of Typst, but within the hour replied that (with the use of AI) he had a great-looking template for the book. (Try doing that with LaTeX).

reply
Could you elaborate on your workflow? Which tool do you start in (presumably it's a sequential flow?)? When is it that you go across the tools?
reply
I broke out a little HTML/CSS for this with page-break: after, now deprecated but the improved directives look better:

https://stackoverflow.com/questions/1664049/can-i-force-a-pa...

reply
To address that, a long while back I used a Markdown to Ruby Prawn to PDF generator. I could not find a generic mainstream tool supporting this…
reply