Hi Hans and Taco, Thanks for the help! Doing context --make results in mtxrun | unknown script 'context.lua' or 'mtx-context.lua' Doing mtxrun --generate results in the lines (and much more): resolvers | resolving | variable 'SELFAUTOLOC' set to '/opt/local/libexec/texlive/binaries' resolvers | resolving | variable 'SELFAUTODIR' set to '/opt/local/libexec/texlive' resolvers | resolving | variable 'SELFAUTOPARENT' set to '/opt/local/libexec' resolvers | resolving | variable 'TEXMFCNF' set to '' resolvers | resolving | variable 'TEXMF' set to '' resolvers | resolving | variable 'TEXOS' set to 'texlive' resolvers | resolving | resolvers | resolving | using configuration specification 'home:texmf/web2c;/opt/local/etc/texmf' resolvers | resolving | resolvers | resolving | looking for regular 'texmfcnf.lua' on given path '/Users/kavian/texmf/web2c' from specification 'home:texmf/web2c' resolvers | resolving | looking for regular 'texmfcnf.lua' on weird path '/opt/local/etc/texmf' from specification '/opt/local/etc/texmf' resolvers | resolving | found regular configuration file '/opt/local/etc/texmf/texmfcnf.lua' The directory /opt/local/libexec/texlive/binaries exists and contains (among other things) « context » which is a symlink to /opt/local/share/texmf-texlive/scripts/context/stubs/unix/context which does not exist… Best regards: Otared
On 10 Aug 2020, at 15:20, Hans Hagen
wrote: On 8/10/2020 2:59 PM, Otared Kavian wrote:
Hi Alex, Thank you and Taco for helping. In order to help solve the problem of running ConTeXt from MacTeX, I installed MacTeX2020 (which is the same as TeXLive2020). Now if in a Terminal window I do which context the answer is: /Library/TeX/texbin/context And the answer to which pdflatex is /Library/TeX/texbin/pdflatex Also the answer to: which luatools is /Library/TeX/texbin/luatools So the binaries are in /Library/TeX/texbin, which is in fact an alias for /usr/local/texlive/2020/bin/x86_64-darwin Now, as you and the « ConTeXt (LuaTeX) » engin suggest, if I do luatools --generate then the answer is: mtxrun | unknown script 'base.lua' or 'mtx-base.lua' It is possible that the version of mtxrun or luatools scripts in TeXLive are not working. I don't remember what I did with TeXLive2019 to fix the issue, but my concern is that if including ConTeXt in TeXLive is intended for people to use it, then it SHOULD run without such tweakings which, even for someone who is a regular user of ConTeXt, are not easy to find. The solution consisting of installing a standalone tree of ConTeXt, is not a real solution because many people do not know how to do it and, even if they could, then what would be the point of doing so much work for people who include a ConTeXt tree in TeXLive? Anyway, I apologize for my acrimonius remarks, and I thank you again for your help. The luatools script was there to offer some kpse like functionality but it has been obsolete for ages (the generate was in mtx-base at that time). Just use
mtxrun --generate
or
context --make
which does a generate anyway (normally)
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------