Skip to content

Instantly share code, notes, and snippets.

@idkqh7
Created September 13, 2014 18:44
Show Gist options
  • Save idkqh7/369ec0fc915fcbbee559 to your computer and use it in GitHub Desktop.
Save idkqh7/369ec0fc915fcbbee559 to your computer and use it in GitHub Desktop.
#!/bin/sh
uplatex -synctex=1 "$1" && \
dvipdfmx "`basename "$1" .tex`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment