* [NTG-context] installer
@ 2023-05-07 14:38 Hans Hagen via ntg-context
2023-05-07 14:43 ` Floris van Manen via ntg-context
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-07 14:38 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Hans Hagen
Hi,
The mtx-install-tikz is now mtx-install-modules, so
mtxrun --script install-modules
will show what to do. By looking at
mtxrun --script install-modules --list
some might be inspired to adapt then name of the archive to more fit the
t-* scheme. Willi's updated module wins the price for the lonbgest name
and I didn't want to impose on users to key that one in.
So:
- which ones are missing
- which ones are obsolete
- which modules deserve better names
- do we need more features
- should we push to and fetch from ctan instead (in the future)
The outlier is tikz where we also need to wipe files (maybe more needs
to be wiped).
I had to adapt some 'unzip archives' code because two modules were kind
of different (delayed compression data) and I hope it doesn't affect the
regular installer (as I couldn't test that here) but we'll notice that
soon enough.
The lazy user can run
mtxrun --script install-modules --install --all
but best is to go lightweight (as there are some modules related to
typescripts that might be outdates).
Someone (not me) has to adapt the wiki.
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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 14:38 [NTG-context] installer Hans Hagen via ntg-context
@ 2023-05-07 14:43 ` Floris van Manen via ntg-context
2023-05-07 14:59 ` Hans Hagen via ntg-context
2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
2023-05-13 14:57 ` Axel Kielhorn via ntg-context
2 siblings, 1 reply; 18+ messages in thread
From: Floris van Manen via ntg-context @ 2023-05-07 14:43 UTC (permalink / raw)
To: ntg-context; +Cc: Floris van Manen
$ mtxrun --script install-modules --list
resolvers | globbing | confusing filename, name: 'CHANGELOG',
lower: 'changelog', already: 'ChangeLog'
mtxrun | unknown script 'install-modules.lua' or
'mtx-install-modules.lua'
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 14:43 ` Floris van Manen via ntg-context
@ 2023-05-07 14:59 ` Hans Hagen via ntg-context
2023-05-07 15:05 ` Otared Kavian via ntg-context
0 siblings, 1 reply; 18+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-07 14:59 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 5/7/2023 4:43 PM, Floris van Manen via ntg-context wrote:
> $ mtxrun --script install-modules --list
>
> resolvers | globbing | confusing filename, name: 'CHANGELOG',
> lower: 'changelog', already: 'ChangeLog'
> mtxrun | unknown script 'install-modules.lua' or
> 'mtx-install-modules.lua'
hm, it should be in the zip, adn therefore installed, so can others
confirm this?
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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 14:59 ` Hans Hagen via ntg-context
@ 2023-05-07 15:05 ` Otared Kavian via ntg-context
2023-05-07 15:11 ` Alexandre Christe via ntg-context
2023-05-07 15:13 ` Hans Hagen via ntg-context
0 siblings, 2 replies; 18+ messages in thread
From: Otared Kavian via ntg-context @ 2023-05-07 15:05 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Otared Kavian
Hi Hans,
Updating to current version: 2023.05.07 16:33 and issuing
mtxrun --script install-modules
I get:
mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua’
Best regards: Otared
> On 7 May 2023, at 16:59, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
>
> On 5/7/2023 4:43 PM, Floris van Manen via ntg-context wrote:
>> $ mtxrun --script install-modules --list
>> resolvers | globbing | confusing filename, name: 'CHANGELOG', lower: 'changelog', already: 'ChangeLog'
>> mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua'
> hm, it should be in the zip, adn therefore installed, so can others confirm this?
>
> 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
> -----------------------------------------------------------------
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___________________________________________________________________________________
Otared Kavian
e-mail: otared@gmail.com
Phone: +33 6 88 26 70 95
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 15:05 ` Otared Kavian via ntg-context
@ 2023-05-07 15:11 ` Alexandre Christe via ntg-context
2023-05-07 17:40 ` Otared Kavian via ntg-context
2023-05-07 15:13 ` Hans Hagen via ntg-context
1 sibling, 1 reply; 18+ messages in thread
From: Alexandre Christe via ntg-context @ 2023-05-07 15:11 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Alexandre Christe, Otared Kavian
[-- Attachment #1.1: Type: text/plain, Size: 2476 bytes --]
Hi Otared,
I encountered the same issue the other day. Could it be that you run mtxrun from the /bin folder instead of /tex/texmf-YOUR_ARCH/bin/ ? Somehow they seem to be different.
Best regards,
Alex
Le 7 mai 2023 à 17:07 +0200, Otared Kavian via ntg-context <ntg-context@ntg.nl>, a écrit :
> Hi Hans,
>
> Updating to current version: 2023.05.07 16:33 and issuing
>
> mtxrun --script install-modules
>
> I get:
>
> mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua’
>
>
> Best regards: Otared
>
> > On 7 May 2023, at 16:59, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
> >
> > On 5/7/2023 4:43 PM, Floris van Manen via ntg-context wrote:
> > > $ mtxrun --script install-modules --list
> > > resolvers | globbing | confusing filename, name: 'CHANGELOG', lower: 'changelog', already: 'ChangeLog'
> > > mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua'
> > hm, it should be in the zip, adn therefore installed, so can others confirm this?
> >
> > 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
> > -----------------------------------------------------------------
> >
> > ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an entry to the Wiki!
> >
> > maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> > webpage : https://www.pragma-ade.nl / http://context.aanhet.net
> > archive : https://bitbucket.org/phg/context-mirror/commits/
> > wiki : https://contextgarden.net
> > ___________________________________________________________________________________
>
> Otared Kavian
> e-mail: otared@gmail.com
> Phone: +33 6 88 26 70 95
>
>
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___________________________________________________________________________________
[-- Attachment #1.2: Type: text/html, Size: 3193 bytes --]
[-- Attachment #2: Type: text/plain, Size: 496 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 15:05 ` Otared Kavian via ntg-context
2023-05-07 15:11 ` Alexandre Christe via ntg-context
@ 2023-05-07 15:13 ` Hans Hagen via ntg-context
2023-05-07 16:35 ` Floris van Manen via ntg-context
1 sibling, 1 reply; 18+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-07 15:13 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 5/7/2023 5:05 PM, Otared Kavian via ntg-context wrote:
> Hi Hans,
>
> Updating to current version: 2023.05.07 16:33 and issuing
>
> mtxrun --script install-modules
I just ran the install script (that then updates) on a linux box and get:
hagen@laptop-8:/data/context> export
PATH=/data/context/tex/texmf-linux-64/bin:$PATH
hagen@laptop-8:/data/context> mtxrun --script install-modules
mtx-install-modules | ConTeXt Module Installer 1.00
mtx-install-modules |
mtx-install-modules | --list list modules
mtx-install-modules | --install install modules
mtx-install-modules | --module install (zip) file(s)
mtx-install-modules |
mtx-install-modules |
mtx-install-modules | Examples
mtx-install-modules |
mtx-install-modules | mtxrun --script install-modules --list
mtx-install-modules |
mtx-install-modules | mtxrun --script install-modules --install filter
letter
mtx-install-modules | mtxrun --script install-modules --install tikz
mtx-install-modules | mtxrun --script install-modules --install --all
mtx-install-modules |
mtx-install-modules | mtxrun --script install-modules --install --module
t-letter.zip
mtx-install-modules |
mtx-install-modules |
mtx-install-modules | More information about ConTeXt and the tools that
come with it can be found at:
mtx-install-modules |
mtx-install-modules | maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
mtx-install-modules | webpage : http://www.pragma-ade.nl /
http://tex.aanhet.net
mtx-install-modules | wiki : http://contextgarden.net
mtx-install-modules |
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 15:13 ` Hans Hagen via ntg-context
@ 2023-05-07 16:35 ` Floris van Manen via ntg-context
0 siblings, 0 replies; 18+ messages in thread
From: Floris van Manen via ntg-context @ 2023-05-07 16:35 UTC (permalink / raw)
To: ntg-context; +Cc: Floris van Manen
On 07/05/2023 17:13, Hans Hagen via ntg-context wrote:
> I just ran the install script (that then updates) on a linux box and get:
ok.
just did a fresh
sh install.sh
the script seems to run fine but still a mention of 'changelog'
~/context
$ mtxrun --script install-modules --list
resolvers | globbing | confusing filename, name: 'CHANGELOG',
lower: 'changelog', already: 'ChangeLog'
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 15:11 ` Alexandre Christe via ntg-context
@ 2023-05-07 17:40 ` Otared Kavian via ntg-context
0 siblings, 0 replies; 18+ messages in thread
From: Otared Kavian via ntg-context @ 2023-05-07 17:40 UTC (permalink / raw)
To: Alexandre Christe, mailing list for ConTeXt users; +Cc: Otared Kavian
Hi Alex,
You are right ! I have an alias for the mtxrun in the
/context-osx-arm64/tex/texmf-osx-64/bin/
folder, but the alias is in an old bashrc file, while I was issuing the command in zsh…
Thanks for the help !
Best regards: Otared
> On 7 May 2023, at 17:11, Alexandre Christe <aleks.christe@gmail.com> wrote:
>
> Hi Otared,
>
> I encountered the same issue the other day. Could it be that you run mtxrun from the /bin folder instead of /tex/texmf-YOUR_ARCH/bin/ ? Somehow they seem to be different.
>
> Best regards,
> Alex
> Le 7 mai 2023 à 17:07 +0200, Otared Kavian via ntg-context <ntg-context@ntg.nl>, a écrit :
>> Hi Hans,
>>
>> Updating to current version: 2023.05.07 16:33 and issuing
>>
>> mtxrun --script install-modules
>>
>> I get:
>>
>> mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua’
>>
>>
>> Best regards: Otared
>>
>>> On 7 May 2023, at 16:59, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
>>>
>>> On 5/7/2023 4:43 PM, Floris van Manen via ntg-context wrote:
>>>> $ mtxrun --script install-modules --list
>>>> resolvers | globbing | confusing filename, name: 'CHANGELOG', lower: 'changelog', already: 'ChangeLog'
>>>> mtxrun | unknown script 'install-modules.lua' or 'mtx-install-modules.lua'
>>> hm, it should be in the zip, adn therefore installed, so can others confirm this?
>>>
>>> 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
>>> -----------------------------------------------------------------
>>>
>>> ___________________________________________________________________________________
>>> If your question is of interest to others as well, please add an entry to the Wiki!
>>>
>>> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
>>> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
>>> archive : https://bitbucket.org/phg/context-mirror/commits/
>>> wiki : https://contextgarden.net
>>> ___________________________________________________________________________________
>>
>> Otared Kavian
>> e-mail: otared@gmail.com
>> Phone: +33 6 88 26 70 95
>>
>>
>>
>>
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to the Wiki!
>>
>> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
>> archive : https://bitbucket.org/phg/context-mirror/commits/
>> wiki : https://contextgarden.net
>> ___________________________________________________________________________________
Otared Kavian
e-mail: otared@gmail.com
Phone: +33 6 88 26 70 95
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 14:38 [NTG-context] installer Hans Hagen via ntg-context
2023-05-07 14:43 ` Floris van Manen via ntg-context
@ 2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-13 14:57 ` Axel Kielhorn via ntg-context
2 siblings, 2 replies; 18+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2023-05-07 17:47 UTC (permalink / raw)
To: Hans Hagen via ntg-context; +Cc: Henning Hraban Ramm
Am 07.05.23 um 16:38 schrieb Hans Hagen via ntg-context:
> The mtx-install-tikz is now mtx-install-modules, so
>
> mtxrun --script install-modules
> Someone (not me) has to adapt the wiki.
I updated https://wiki.contextgarden.net/Modules
(also deleted a lot of outdated information; module lists still need work)
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
@ 2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
1 sibling, 0 replies; 18+ messages in thread
From: Floris van Manen via ntg-context @ 2023-05-07 19:20 UTC (permalink / raw)
To: ntg-context; +Cc: Floris van Manen
On 07/05/2023 19:47, Henning Hraban Ramm via ntg-context wrote:
>
> I updated https://wiki.contextgarden.net/Modules
> (also deleted a lot of outdated information; module lists still need work)
mtxrun --script install-modules --install --all
this generates an error:
resolvers | globbing | confusing filename, name: 'CHANGELOG',
lower: 'changelog', already: 'ChangeLog'
mtx-install-modules | unknown subdirectory 'texmf-context'
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
@ 2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-08 7:00 ` Günter Kolousek via ntg-context
1 sibling, 1 reply; 18+ messages in thread
From: Floris van Manen via ntg-context @ 2023-05-07 19:20 UTC (permalink / raw)
To: ntg-context; +Cc: Floris van Manen
On 07/05/2023 19:47, Henning Hraban Ramm via ntg-context wrote:
>
> I updated https://wiki.contextgarden.net/Modules
> (also deleted a lot of outdated information; module lists still need work)
mtxrun --script install-modules --install --all
this generates an error:
resolvers | globbing | confusing filename, name: 'CHANGELOG',
lower: 'changelog', already: 'ChangeLog'
mtx-install-modules | unknown subdirectory 'texmf-context'
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 19:20 ` Floris van Manen via ntg-context
@ 2023-05-08 7:00 ` Günter Kolousek via ntg-context
2023-05-08 7:50 ` Hans Hagen via ntg-context
0 siblings, 1 reply; 18+ messages in thread
From: Günter Kolousek via ntg-context @ 2023-05-08 7:00 UTC (permalink / raw)
To: ntg-context; +Cc: Günter Kolousek
Same here but invoking the command from the the directory
context/tex
works well!
Günter
Floris van Manen via ntg-context @ 2023-05-07 21:20 +02:
> On 07/05/2023 19:47, Henning Hraban Ramm via ntg-context wrote:
>> I updated https://wiki.contextgarden.net/Modules
>> (also deleted a lot of outdated information; module lists still
>> need work)
>
>
>
> mtxrun --script install-modules --install --all
>
> this generates an error:
>
> resolvers | globbing | confusing filename, name:
> 'CHANGELOG', lower:
> 'changelog', already: 'ChangeLog'
> mtx-install-modules | unknown subdirectory 'texmf-context'
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an
> entry to the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-08 7:00 ` Günter Kolousek via ntg-context
@ 2023-05-08 7:50 ` Hans Hagen via ntg-context
2023-05-08 9:06 ` Henning Hraban Ramm via ntg-context
2023-05-08 9:27 ` Floris van Manen via ntg-context
0 siblings, 2 replies; 18+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-08 7:50 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 5/8/2023 9:00 AM, Günter Kolousek via ntg-context wrote:
>
> Same here but invoking the command from the the directory
>
> context/tex
>
> works well!
indeed, we don't want these modules to end up outside the tree so it's
on purpose
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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-08 7:50 ` Hans Hagen via ntg-context
@ 2023-05-08 9:06 ` Henning Hraban Ramm via ntg-context
2023-05-08 9:27 ` Floris van Manen via ntg-context
1 sibling, 0 replies; 18+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2023-05-08 9:06 UTC (permalink / raw)
To: Hans Hagen via ntg-context; +Cc: Henning Hraban Ramm
Am 08.05.23 um 09:50 schrieb Hans Hagen via ntg-context:
> On 5/8/2023 9:00 AM, Günter Kolousek via ntg-context wrote:
>>
>> Same here but invoking the command from the the directory
>>
>> context/tex
>>
>> works well!
> indeed, we don't want these modules to end up outside the tree so it's
> on purpose
Still doesn’t work; tried a new install:
~/lmtx/tex $ ls -al
total 1416
drwxr-xr-x 4 hraban staff 128B 8 Mai 10:56 texmf/
drwxr-xr-x 4 hraban staff 128B 8 Mai 10:57 texmf-cache/
drwxr-xr-x 11 hraban staff 352B 8 Mai 10:56 texmf-context/
-rw-r--r-- 1 hraban staff 618K 8 Mai 10:56 texmf-context.tma
drwxr-xr-x 2 hraban staff 64B 8 Mai 10:56 texmf-fonts/
drwxr-xr-x 2 hraban staff 64B 8 Mai 10:56 texmf-local/
drwxr-xr-x 2 hraban staff 64B 8 Mai 10:56 texmf-modules/
drwxr-xr-x 3 hraban staff 96B 8 Mai 10:56 texmf-osx-64/
-rw-r--r-- 1 hraban staff 596B 8 Mai 10:56 texmf-osx-64.tma
drwxr-xr-x 2 hraban staff 64B 8 Mai 10:56 texmf-project/
-rw-r--r-- 1 hraban staff 81K 8 Mai 10:56 texmf.tma
✓
~/lmtx/tex $ mtxrun --script install-modules --list
mtxrun | unknown script 'install-modules.lua' or
'mtx-install-modules.lua'
I tried "mtxrun --generate" and checked if the right binary of mtxrun is
found.
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-08 7:50 ` Hans Hagen via ntg-context
2023-05-08 9:06 ` Henning Hraban Ramm via ntg-context
@ 2023-05-08 9:27 ` Floris van Manen via ntg-context
2023-05-08 11:40 ` Hans Hagen via ntg-context
1 sibling, 1 reply; 18+ messages in thread
From: Floris van Manen via ntg-context @ 2023-05-08 9:27 UTC (permalink / raw)
To: ntg-context; +Cc: Floris van Manen
On 08/05/2023 09:50, Hans Hagen via ntg-context wrote:
> On 5/8/2023 9:00 AM, Günter Kolousek via ntg-context wrote:
>>
>> Same here but invoking the command from the the directory
>>
>> context/tex
>>
>> works well!
> indeed, we don't want these modules to end up outside the tree so it's
> on purpose
would it be an option to have the script check for the correct folder?
and warn if there is a danger for creating a mess?
.F
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-08 9:27 ` Floris van Manen via ntg-context
@ 2023-05-08 11:40 ` Hans Hagen via ntg-context
0 siblings, 0 replies; 18+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-08 11:40 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 5/8/2023 11:27 AM, Floris van Manen via ntg-context wrote:
>
>
> On 08/05/2023 09:50, Hans Hagen via ntg-context wrote:
>> On 5/8/2023 9:00 AM, Günter Kolousek via ntg-context wrote:
>>>
>>> Same here but invoking the command from the the directory
>>>
>>> context/tex
>>>
>>> works well!
>> indeed, we don't want these modules to end up outside the tree so it's
>> on purpose
>
> would it be an option to have the script check for the correct folder?
> and warn if there is a danger for creating a mess?
that is what it does: you run it in the tex root so there it checks if
there is a texmf-context to be sure
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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-07 14:38 [NTG-context] installer Hans Hagen via ntg-context
2023-05-07 14:43 ` Floris van Manen via ntg-context
2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
@ 2023-05-13 14:57 ` Axel Kielhorn via ntg-context
2023-05-13 15:41 ` Henning Hraban Ramm via ntg-context
2 siblings, 1 reply; 18+ messages in thread
From: Axel Kielhorn via ntg-context @ 2023-05-13 14:57 UTC (permalink / raw)
To: ntg-context; +Cc: Axel Kielhorn
Am 07.05.2023 um 16:38 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>
> Hi,
>
> The mtx-install-tikz is now mtx-install-modules, so
>
> mtxrun --script install-modules
>
> will show what to do. By looking at
>
> mtxrun --script install-modules --list
The installer does not work for me.
context % mtxrun --script install-modules
mtx-install-modules | ConTeXt Module Installer 1.00
context % mtxrun --script install-modules --list
mtx-install-modules | loading entries from file '/usr/local/texlive/context/tex/texmf-context/tex/context/modules/third/mtx-install-imp-modules.lua‘
Up to here everything is fine.
But when I try to install I get:
context % mtxrun --script install-modules --install --all
mtx-install-modules | unknown subdirectory 'texmf-context‘
I have to
context % cd tex
After that the installer works fine.
context % mtxrun --script install-modules --install --all
mtx-install-modules | loading entries from file '/usr/local/texlive/context/tex/texmf-context/tex/context/modules/third/mtx-install-imp-modules.lua‘
…
mtx-install-modules | installed: account algorithmic animation annotation aquamints bibmod-doc bnf chromato cmscbf cmttbf collating crossref cyrillicnumbers degrade enigma fancybreak filter french fullpage gantt gfsdidot gm gnuplot greek grph-downsample gs high inifile karnaugh layout letter letterspace lettrine lua-widow-control mathsets metaducks pocketdiary pret-c.lua rst rsteps simplebib simplefonts simpleslides stormfontsupport sudoku taspresent texshow tikz title transliterator typearea typescripts urwgaramond urwgothic vim visualcounter
I’m on macOS 11.7 using zsh, but that shouldn’t matter.
Greetings Axel
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [NTG-context] installer
2023-05-13 14:57 ` Axel Kielhorn via ntg-context
@ 2023-05-13 15:41 ` Henning Hraban Ramm via ntg-context
0 siblings, 0 replies; 18+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2023-05-13 15:41 UTC (permalink / raw)
To: Axel Kielhorn via ntg-context; +Cc: Henning Hraban Ramm
Am 13.05.23 um 16:57 schrieb Axel Kielhorn via ntg-context:
> I have to
> context % cd tex
>
> After that the installer works fine.
That’s intended behavior.
(I’ll update the documentation.)
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-05-13 15:41 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07 14:38 [NTG-context] installer Hans Hagen via ntg-context
2023-05-07 14:43 ` Floris van Manen via ntg-context
2023-05-07 14:59 ` Hans Hagen via ntg-context
2023-05-07 15:05 ` Otared Kavian via ntg-context
2023-05-07 15:11 ` Alexandre Christe via ntg-context
2023-05-07 17:40 ` Otared Kavian via ntg-context
2023-05-07 15:13 ` Hans Hagen via ntg-context
2023-05-07 16:35 ` Floris van Manen via ntg-context
2023-05-07 17:47 ` Henning Hraban Ramm via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-07 19:20 ` Floris van Manen via ntg-context
2023-05-08 7:00 ` Günter Kolousek via ntg-context
2023-05-08 7:50 ` Hans Hagen via ntg-context
2023-05-08 9:06 ` Henning Hraban Ramm via ntg-context
2023-05-08 9:27 ` Floris van Manen via ntg-context
2023-05-08 11:40 ` Hans Hagen via ntg-context
2023-05-13 14:57 ` Axel Kielhorn via ntg-context
2023-05-13 15:41 ` Henning Hraban Ramm via ntg-context
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox