ScoopInstaller_Main/latex.json
Konstantin Molchanov b321b72bbb 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.
2016-07-20 22:09:57 +10:00

13 lines
473 B
JSON

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