Y
Hacker News
new
|
ask
|
show
|
jobs
by
joseph8th
2652 days ago
Any opinion on the utility of Emacs Org-mode to organize and manage LaTeX? In particular Org Babel?
1 comments
p10_user
2652 days ago
I’ve written documents in org mode and converted to pdf via LaTeX, but I find that if the document gets sufficiently complicated with formatting, I have so many LaTeX blocks in my org file I might as well be writing LaTeX directly.
Maybe I’m doing something wrong. YMMV
link
loskutak
2652 days ago
That is true, but org-mode really shines when you want to do literate programming stuff, e.g. have the matplotlib code directly in the orgfile, ...
link
Maybe I’m doing something wrong. YMMV