Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Use latex as the program name for kpsewhich#22349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If `tex` is not installed, then setting the program name to it will failto find the 'program' in the current directory, and then be unable tofind any TeX files.Setting it to `latex` should be okay, since that's what we're runningto create the `.dvi` in the first place.
I also just noticed that |
I don't think I have seen a case where latex is installed and not tex, but sure, this seems reasonable. Also agreed that checkdep_usetex should probably check latex indeed. |
…349-on-v3.5.xBackport PR#22349 on branch v3.5.x (Use latex as the program name for kpsewhich)
It is the case on my (new-ish) laptop, as I did not install all of texllive, or even a specific scheme, just the few |
PR Summary
If
tex
is not installed, then setting the program name to it will fail to find the 'program' in the current directory, and then be unable to find any TeX files.Setting it to
latex
should be okay, since that's what we're running to create the.dvi
in the first place.PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).