Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alisianoi
Created August 12, 2015 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alisianoi/15d82068f6d2f99cb5ca to your computer and use it in GitHub Desktop.
Save alisianoi/15d82068f6d2f99cb5ca to your computer and use it in GitHub Desktop.
newLaTeX = \
[
["pdflatex", "-interaction=nonstopmode", "-shell-escape", "tmp.tex"],
["convert", "-trim", "-density", "400", "tmp.pdf", "tmp.png"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment