Hacker News new | ask | show | jobs
by shocks 4613 days ago
You might like Pandoc[1].

1: http://johnmacfarlane.net/pandoc/

2 comments

Indeed! Or Org Mode[1].

1: http://orgmode.org/

I wanted to recommend that! ;)

But to expand a little, orgmode has two modes of LaTeX-integration. The first one gets normally passed from text, so you can just use e.g. \emph{} in your orgmode source file. The other is a dedicated LaTeX-environemt (#+BEGIN_LaTeX ... #+END_LaTeX) that puts the appropriate literal LaTeX in the appropriate place within the document. I use its beamer-mode and do any tikz-graphics as literal LaTeX code within the org-file.

Though I do my normal writing simply in LaTeX, because that just deals more neatly with edge-cases, really.

> I'm familiar with Pandoc but haven't delved into it far enough to know if it's robust enough to do what I want.

:-) But thanks!