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