Hacker News new | ask | show | jobs
by dfc 5232 days ago
With a little script? Have you seen the recent pandoc+beamer integration?
2 comments

To elaborate: in pandoc 1.9 you can just do:

    pandoc -t beamer -o presentation.pdf
Hadn't seen that, thanks!