Re: [NTG-context] problem with a new installation of LMTX: Solved!

2019-12-09 Thread Otared Kavian
Dear Dalyoung, Thank you for the good news! Now I will add to the wiki the procedure I described, which you followed, but we have to find a way for people to get a zip file containing a complete tree of LuaMetaTeX which can be installed « by hand » under MacOS 10.15 Catalina. Maybe Hans or

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
Dear Otared, Thank you for the zip file. I downloaded it and copied it in a folder. (There is no context-cache folder in the zip file) In the terminal, I run “mtxrun —generate” and “context —make”. But system doesn’t allow the execution of “luametatex”. So I open the system preference:security

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
Dear Hans, Alan, and Mojca, Thank you for your concern. For me, it is a difficult problem, so I may return to the previous version of OSX. > I have no problem on Catalina, however wiping-out the cache and rebuilding > the format often gives me errors finding the lua scripts (so I have taken

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Mojca Miklavec
On Sun, 8 Dec 2019 at 00:35, Hans Hagen wrote: > On 12/8/2019 12:20 AM, Jeong Dal wrote: > > Dear Hans, Otared, > > > > Thank you for your concern. > > > > The version of luametatex is 20191206. > > I followed what Otared said, but texmf-cache is not created after mtxrun. > > > > "context —make"

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Mojca Miklavec
On Sun, 8 Dec 2019 at 17:35, Alan Braslau wrote: > > On Sun, 8 Dec 2019 12:15:26 +0100 > Otared Kavian wrote: > > > but otherwise as Floris suggests in his response, maybe we have to abandon > > MacOS in the near future… > > No, simply we need to adapt our procedures (installation scripts) to be

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Richard Mahoney | Indica et Buddhica
@indica-et-buddhica.org https://indica-et-buddhica.org/ -Original Message- From: Hans Hagen To: Richard Mahoney | Indica et Buddhica < r.maho...@indica-et-buddhica.org> Subject: Re: [NTG-context] problem with a new installation of LMTX Date: Sun, 8 Dec 2019 12:30:32 +0100 Mailer: Mozilla

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Floris van Manen
On 08/12/2019 17:35, Alan Braslau wrote: >> but otherwise as Floris suggests in his response, maybe we have to abandon >> MacOS in the near future… > No, simply we need to adapt our procedures (installation scripts) to be > compatible with MacOS policy. That is indeed part of the issue: these

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Alan Braslau
On Sun, 8 Dec 2019 12:15:26 +0100 Otared Kavian wrote: > but otherwise as Floris suggests in his response, maybe we have to abandon > MacOS in the near future… No, simply we need to adapt our procedures (installation scripts) to be compatible with MacOS policy. Alan

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Alan Braslau
On Sun, 8 Dec 2019 00:35:13 +0100 Hans Hagen wrote: > I have no clue. Normally there is a check if directories can be accessed > and written to, so where then do these files go to? > > I fear that other mac users have to help (no new mac here). Maybe Mojca > knows as she knows all there is to

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
For test, I installed again after removing ConTeXtLMTX folder. But it is same as before. I looked files in “/tex/texmf-osx-64/bin”. There are 5 files: context, context.lua, luametatex, mtxrun, mtxrun.lua. context and mtxrun are symbolic linked to luametatex. But luametatex is not executable, so

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Otared Kavian
Dear Dalyoung, I looked again at what is happening when installing LuaMetaTeX under MacOS 10.15. In fact, even after completely disabling Gatekeeper and SIP (System Integrity Protection), when running sh install.sh if the three files sitting in ~/context-os-64/bin/

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Floris van Manen
On 08-12-2019 09:12, Jeong Dal wrote: > Catalina(MacOS 10.15.1) prohibits an unauthorized program run. There are many ways to solve specific problems. One approach is to try avoid them in the first place ;-) So you could consider moving away from MacOS (and Windows). The problems you describe

Re: [NTG-context] problem with a new installation of LMTX

2019-12-08 Thread Jeong Dal
Dear Hans and Otared, Thank you again for your attempt to find a solution. Catalina(MacOS 10.15.1) prohibits an unauthorized program run. So I have to allow the execution of “mtxrun” manually in the preference. Since "mtxrun —generate” ends with the message “unknown script mtxrun-context.lua

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Richard Mahoney | Indica et Buddhica
o: mailing list for ConTeXt users Subject: Re: [NTG-context] problem with a new installation of LMTX Date: Sun, 8 Dec 2019 08:08:11 +0100 Mailer: Apple Mail (2.3445.104.11) Hi Dalyoung, I installed MacOS 10.15 Catalina on a partition of my Mac and tried to install LuaMetaTeX there. I did n

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Otared Kavian
Hi Dalyoung, I installed MacOS 10.15 Catalina on a partition of my Mac and tried to install LuaMetaTeX there. I did not succeed … Indeed I had to disable completely the Gatekeeper from the Terminal by issuing the command sudo spctl --master-disable (which, one can re-enable again by

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Hans Hagen
On 12/8/2019 12:20 AM, Jeong Dal wrote: Dear Hans, Otared, Thank you for your concern. The version of luametatex is 20191206. I followed what Otared said, but texmf-cache is not created after mtxrun. "context —make" is running, but no format. I checked folders after the installation.

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Jeong Dal
Dear Hans, Otared, Thank you for your concern. The version of luametatex is 20191206. I followed what Otared said, but texmf-cache is not created after mtxrun. "context —make" is running, but no format. I checked folders after the installation. Folders, texmf-cache, texmf-fonts, texmf-local,

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Otared Kavian
> On 7 Dec 2019, at 20:39, Hans Hagen wrote: > […] > Can you add this to the wiki someplace? Done: https://wiki.contextgarden.net/installing_luametatex Best regards: OK ___ If your question is of interest to

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Hans Hagen
Hi Otared, Hi Dalyoung, May be you could do the following steps (I recently had some issues too with installing the new beta, and these are what I did): Can you add this to the wiki someplace? • In Terminal type: which luametatex in order to see whether

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Otared Kavian
Hi Dalyoung, May be you could do the following steps (I recently had some issues too with installing the new beta, and these are what I did): • In Terminal type: which luametatex in order to see whether /context-osx-64/tex/texmf-osx-64/bin/luametatex is present or

Re: [NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Hans Hagen
On 12/7/2019 3:11 PM, Jeong Dal wrote: I read some reports about the problems of a new installation of LMTX. Today, I did fresh install and also have a problem in compilation. I did the following: 0. Open the terminal 1. Remove all files in the folder “ConTeXtLMTX” 2. Download install files

[NTG-context] problem with a new installation of LMTX

2019-12-07 Thread Jeong Dal
I read some reports about the problems of a new installation of LMTX. Today, I did fresh install and also have a problem in compilation. I did the following: 0. Open the terminal 1. Remove all files in the folder “ConTeXtLMTX” 2. Download install files from PRAGMA ADE. 3. run “install.sh”(at