Add /Library/TeX/texbin as another candidate-dir

MacTeX, TeX for Mac, will install the binaries at `/Library/TeX`. Hence, we should add this path to the candidate-dirs.
This commit is contained in:
sorawee 2016-02-15 22:52:23 -05:00
parent d51825b95e
commit 249265102e

View File

@ -92,4 +92,4 @@
;; here so that the "scribble pdf" button is more
;; likely to work in drracket
(define macosx-candidate-dirs
'("/usr/texbin"))
'("/usr/texbin" "/Library/TeX/texbin"))