Skip to content

Instantly share code, notes, and snippets.

@sbeyer
Last active September 25, 2020 16:01
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 sbeyer/881b8152e3c115ff1a8eb978dd1cfce2 to your computer and use it in GitHub Desktop.
Save sbeyer/881b8152e3c115ff1a8eb978dd1cfce2 to your computer and use it in GitHub Desktop.
Useful latexmk (which I call pdflatexmk)
#!/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