Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Automatically detect path to original pdflatex binary #1

Open
blochberger opened this issue Aug 10, 2018 · 0 comments
Open

Automatically detect path to original pdflatex binary #1

blochberger opened this issue Aug 10, 2018 · 0 comments

Comments

@blochberger
Copy link
Owner

The path to the original pdflatex is not detected automatically, but still hard-coded in order to avoid calling the wrapper (which probably occurs first in PATH). The path currently is /Library/TeX/texbin/pdflatex – the default path of pdflatex if you are using MacTeX, see:

pdflatex-hl/pdflatex

Lines 41 to 43 in f544e98

def original_pdflatex():
# TODO Discover `pdflatex` in PATH without discovering this wrapper
return '/Library/TeX/texbin/pdflatex'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant