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:
parent
d51825b95e
commit
249265102e
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user