Skip to content

Instantly share code, notes, and snippets.

@sol-sun
Created March 4, 2019 08:38
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 sol-sun/d9acfdc3f8bce0514f469b2bbb8493a3 to your computer and use it in GitHub Desktop.
Save sol-sun/d9acfdc3f8bce0514f469b2bbb8493a3 to your computer and use it in GitHub Desktop.
Texpad 1.7 Build script to build with latexmk
#!/bin/bash
# Texpad 1.7 Build script to build with latexmk
echo latexmk -pdf "$TEXPAD_ROOTFILE"
latexmk -pdf "$TEXPAD_ROOTFILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment