Skip to content

Instantly share code, notes, and snippets.

@venkatasg
Created April 12, 2020 21:20
Show Gist options
  • Save venkatasg/a96d40bc4c44eac52153f04ddcac2e9e to your computer and use it in GitHub Desktop.
Save venkatasg/a96d40bc4c44eac52153f04ddcac2e9e to your computer and use it in GitHub Desktop.
#!/bin/sh
latexmk -xelatex -verbose
latexmk -c
rm -rf *.bbl *.run.xml *.xdv
open *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment