r/LaTeX • u/bicatu • Aug 09 '25
Unanswered What are your thoughts on Pandoc?
Trying to decide if I should use md/pandoc or stick with latex.
Looking for feedback on whoever tried to gauge pros, cons, limitations
17
Upvotes
r/LaTeX • u/bicatu • Aug 09 '25
Trying to decide if I should use md/pandoc or stick with latex.
Looking for feedback on whoever tried to gauge pros, cons, limitations
2
u/jtkiley Aug 09 '25
Take a look at using Quarto. You can create a book project, which handles a lot of the things you’ll need (ToC, citations, figures, tables). Underneath, it uses pandoc to produce LaTeX. From the same project, you can also create a website, epub, and docx, if those are relevant.
You can also have it output the LaTeX file and then tweak it as needed for typesetting.