Created
January 30, 2018 14:45
-
-
Save rlridenour/9c3e890f8adadaa4d92d026744c16f42 to your computer and use it in GitHub Desktop.
This file contains 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
# $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