Skip to content

Instantly share code, notes, and snippets.

@zhuth
Created May 11, 2014 05:17
Show Gist options
  • Save zhuth/3f2cec8c92bdf12436fc to your computer and use it in GitHub Desktop.
Save zhuth/3f2cec8c92bdf12436fc to your computer and use it in GitHub Desktop.
#!/bin/bash
x=''
for arg in "$@"
do
if [ ''$x = '' ]; then
x=' '
else
x=$x' '$arg
fi
done
/usr/texbin/xelatex $x
/usr/texbin/bibtex $1
/usr/texbin/xelatex $x
/usr/texbin/xelatex $x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment