From b321b72bbb31d8fab6dea0b4ea6072adf001f8ec Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Wed, 20 Jul 2016 16:09:57 +0400 Subject: [PATCH] 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. --- latex.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/latex.json b/latex.json index aa685fa27b..4756ea8081 100644 --- a/latex.json +++ b/latex.json @@ -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+)"