Skip to content

Instantly share code, notes, and snippets.

@jeremy9959
Created August 13, 2020 16:11
Show Gist options
  • Save jeremy9959/1754946b9f350a43b3235e1afcef0bfa to your computer and use it in GitHub Desktop.
Save jeremy9959/1754946b9f350a43b3235e1afcef0bfa to your computer and use it in GitHub Desktop.
%.html : %.md
pandoc -s --mathjax -t slidy $< -o $@
%.pdf : %.md
pandoc -s --slide-level=2 --variable classoption=t --mathjax -t beamer $< -o $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment