Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 328 Bytes

Presentation with markdown and pandoc

How to use

Execute the following command. Everytime the presentation.md file is saved, pandoc is beeing executed.

ag -l | entr -s \
"pandoc --slide-level 1 --lua-filter dotfilter.lua \
 presentation.md -t beamer -o presentation.pdf"

Needed Tools

  • pandoc
  • ag
  • entr