Hi, I uploaded a version that provides mtxrun --script install-tikz that when run in the tex root (.../tex) will fetch some tikz stuff from ctan and puts is in texmf-modules. After installing it wipes the files that make no sense (or can interfere or might be harmful) but I didn't check that extensively. Finally it remakes the file dastabase. I don't know if more needs to be installed. It assumes curl to be present (as library or binary). It's a rather stupid script but (I guess) good enough for what it is supposed to do. I can add more (like other modules) in which case it will be renamed. 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 -----------------------------------------------------------------
On Fri, 5 May 2023, Hans Hagen via ntg-context wrote:
Hi,
I uploaded a version that provides
mtxrun --script install-tikz
that when run in the tex root (.../tex) will fetch some tikz stuff from ctan and puts is in texmf-modules. After installing it wipes the files that make no sense (or can interfere or might be harmful) but I didn't check that extensively. Finally it remakes the file dastabase. I don't know if more needs to be installed. It assumes curl to be present (as library or binary). It's a rather stupid script but (I guess) good enough for what it is supposed to do.
Works fine at my end. I also adapted the arch AUR package to use the install-tikz option (earlier I was installing these packages by wget as part of the installation process).
I can add more (like other modules) in which case it will be renamed.
Would it make sense to add a similar script to install context modules from modules.contextgarden.net? Thanks, Aditya
Would it make sense to add a similar script to install context modules from modules.contextgarden.net? I can look into that but then I need to slightly adapt it with a command
On 5/5/2023 11:21 PM, Aditya Mahajan via ntg-context wrote: line argument (no big deal, i just need rain outside and/or new cd's). Not sure yet how to name the script. 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 -----------------------------------------------------------------
Am 06.05.23 um 09:46 schrieb Hans Hagen via ntg-context:
On 5/5/2023 11:21 PM, Aditya Mahajan via ntg-context wrote:
Would it make sense to add a similar script to install context modules from modules.contextgarden.net? I can look into that but then I need to slightly adapt it with a command line argument (no big deal, i just need rain outside and/or new cd's).
Not sure yet how to name the script.
Why not install-module(s), or just install? mtxrun --script install --modules=filter,simpleslides mtxrun --script install-modules --list=filter,simpleslides ? Hraban
On 5/6/2023 3:33 PM, Henning Hraban Ramm via ntg-context wrote:
Am 06.05.23 um 09:46 schrieb Hans Hagen via ntg-context:
On 5/5/2023 11:21 PM, Aditya Mahajan via ntg-context wrote:
Would it make sense to add a similar script to install context modules from modules.contextgarden.net? I can look into that but then I need to slightly adapt it with a command line argument (no big deal, i just need rain outside and/or new cd's).
Not sure yet how to name the script.
Why not install-module(s), or just install?
mtxrun --script install --modules=filter,simpleslides
mtxrun --script install-modules --list=filter,simpleslides i actually decided on the second one but not finished yet
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 -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Henning Hraban Ramm