| 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. |