I have co-authored several academic articles in Org mode with exporting to LaTeX. The main reasons for choosing Org were that (i) we wanted to include the analysis code, table generation and figures in the same file as the manuscript, and (ii) the workflow was Emacs-centric. The Org markup was simple, readily allowed for inserting most LaTeX, had nice tables, but was fiddly for some more complex tasks. I recently needed to convert one of the manuscripts from Org to Word - pandoc was very helpful.
We could possibly have used TeXmacs, R markdown (especially with RStudio), some variant of noweb, or even Jupyter with conversion to LaTeX using pandoc.
marcle|6 years ago
We could possibly have used TeXmacs, R markdown (especially with RStudio), some variant of noweb, or even Jupyter with conversion to LaTeX using pandoc.