Last active
September 25, 2020 16:01
-
-
Save sbeyer/881b8152e3c115ff1a8eb978dd1cfce2 to your computer and use it in GitHub Desktop.
Useful latexmk (which I call pdflatexmk)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
LATEXMK_CONFIG="\$pdf_previewer = 'start evince %O %S';" | |
latexmk -e "$LATEXMK_CONFIG" -pvc -pdflatex -interaction=nonstopmode -halt-on-error "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment