Created
December 10, 2015 20:09
-
-
Save andrewsuzuki/50f4824776a5bbf03dad to your computer and use it in GitHub Desktop.
Pandoc convert tex to pdf shell
This file contains 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 | |
pandoc -s ${1}.tex -o ${1}.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment