Created
September 11, 2017 08:22
-
-
Save linktohack/3cf24645ac05a951abee25aa73d1c97d to your computer and use it in GitHub Desktop.
.laxtexmkrc
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
$pdf_mode = 1; | |
$pdflatex = "pdflatex -shell-escape -synctex=1"; | |
# $pdflatex = "xelatex -shell-escape -synctex=1"; | |
$pdf_previewer = "open -a Skim"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment