Skip to content

Instantly share code, notes, and snippets.

@seykron
Created March 21, 2014 15:24
Show Gist options
  • Save seykron/9688737 to your computer and use it in GitHub Desktop.
Save seykron/9688737 to your computer and use it in GitHub Desktop.
#!/bin/bash
# usage: pandoc-document [pandoc options]
wget --quiet -O document-A4.template https://gist.githubusercontent.com/seykron/9688447/raw/b52bcead0d78cef033a5eec5f92b5f9a4a8ca050/pandoc-document-template-A4.html
pandoc --template document-A4.template $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment