LaTeX: The whole zoo of executables is now added to PATH (#962)

Previously, only pdflatex and latex were added to PATH. However, xelatex and mpm and all the other stuff is useful from time to time. I'm not 100% sure this is the right decision, but it definitely is for me as an extensive LaTeX user.
This commit is contained in:
Konstantin Molchanov 2016-07-20 16:09:57 +04:00 committed by Luke Sampson
parent 8b8bc2e50e
commit b321b72bbb

View File

@ -4,10 +4,7 @@
"license": "http://miktex.org/copying",
"url": "http://mirrors.ctan.org/systems/win32/miktex/setup/miktex-portable-2.9.5987.exe#/dl.7z",
"hash": "b6773ba988007a88c361f63d27833e63fefdb8011238f0ca843135a3c4ffded9",
"bin": [
"texmfs\\install\\miktex\\bin\\latex.exe",
"texmfs\\install\\miktex\\bin\\pdflatex.exe"
],
"env_add_path": "texmfs\\install\\miktex\\bin",
"checkver": {
"url": "http://miktex.org/portable",
"re": "MiKTeX\\s+Portable\\s+(\\d+\\.\\d+\\.\\d+)"