Hacker News new | ask | show | jobs
by ms013 2840 days ago
Try pandoc. Pandoc lets you write in markdown, and intersperse LaTeX formatted equations as needed. It does take a lot of the pain of the overall document formatting away, while retaining the concise notation LaTeX provides for equations themselves.
1 comments

I already visited their website, but I don't see how to do chapters, sections, subsections, etc. Should this be done in LaTeX or in Markdown (using #, ##, etc.) or pandoc specific?

Would you have an example of document with chapters mixing Markdown and LaTex?