Created
March 21, 2014 15:24
-
-
Save seykron/9688737 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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