Skip to content

Instantly share code, notes, and snippets.

@rlridenour
Created January 30, 2018 14:45
Show Gist options
  • Save rlridenour/9c3e890f8adadaa4d92d026744c16f42 to your computer and use it in GitHub Desktop.
Save rlridenour/9c3e890f8adadaa4d92d026744c16f42 to your computer and use it in GitHub Desktop.
# $pdflatex = 'lualatex -interaction=nonstopmode -synctex=1 %O %S';
$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S';
$pdf_previewer = 'open -a skim';
# $clean_ext = 'bbl rel %R-blx.bib %R.synctex.gz';
$clean_ext = 'acn acr alg aux bbl bcf blg brf fdb_latexmk fls glg glo gls idx ilg ind ist lof log lot out rel run.xml synctex.gz';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment