Hacker News new | ask | show | jobs
by microtonal 3156 days ago
org-mode with beamer output. For me there are a couple of large benefits:

- You can include LaTeX directly in documents and preview LaTeX inline in Emacs. This is not restricted to LaTeX math, but any kind of LaTeX environment. I often use this for including TikZ figures.

- You can include snippets of code in your document, execute them inline and include the results in your presentation. For instance, you can use this to include graphs using gnuplot, R, or matplotlib. Moreover, you can use tables org-mode tables as input to these code fragments.

- You can use tags for headers/slides. I often use this to generate two different slide decks: one that I put on the website before the lecture and a second one with solutions for me to use during the lecture.

- org-mode is a markup language that is similar to Markdown, so it is generally less work to write than LaTeX.

- Like LaTeX and Markdown, you can put everything under version control.

2 comments

You can also use org-mode to create reveal.js slide decks. It gives you the benefit of editing in plain text with a pretty nice looking output.
Whoa. That sounds divine. Not trying to start a war here, but is there a way to do this kind of thing in vim? I've heard about evil move and spacemacs but never looked into either all that much.
I don't think there is currently something as extensive as org-mode in vim. vim can also not render equations/figures inline.

evil is a pretty good vi. I have been a vim user for ~two decades. I used Spacemacs as the gateway drug to Emacs, but have since built my own configuration from scratch (I was fed up with the general slowness of Spacemacs).