From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE,URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22718 invoked from network); 6 Jun 2023 02:33:22 -0000 Received: from zapf.ntg.nl (5.39.185.232) by inbox.vuxu.org with ESMTPUTF8; 6 Jun 2023 02:33:22 -0000 Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id D098B582; Tue, 6 Jun 2023 04:32:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.ntg.nl Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5lU5ZPrEcUWa; Tue, 6 Jun 2023 04:32:42 +0200 (CEST) Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id C5003434E; Tue, 6 Jun 2023 04:32:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id E4B00434E for ; Tue, 6 Jun 2023 04:32:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.ntg.nl Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7qVPJw4RCaoJ for ; Tue, 6 Jun 2023 04:32:40 +0200 (CEST) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=132.206.73.2; helo=orford.cim.mcgill.ca; envelope-from=adityam@umich.edu; receiver= Received: from orford.cim.mcgill.ca (smtp.cim.mcgill.ca [132.206.73.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id D09B0582 for ; Tue, 6 Jun 2023 04:32:39 +0200 (CEST) Received: from adi-carbonpad (69-165-138-248.dsl.teksavvy.com [69.165.138.248]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: adityam) by orford.cim.mcgill.ca (Postfix) with ESMTPSA id 9F01C2417F2 for ; Mon, 5 Jun 2023 22:32:37 -0400 (EDT) Date: Mon, 5 Jun 2023 22:32:37 -0400 (EDT) To: Aditya Mahajan via ntg-context In-Reply-To: Message-ID: References: <1949632129.10002246.1685869873625.ref@mail.yahoo.com> <1949632129.10002246.1685869873625@mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="662272-1753836863-1686018499=:154253" Content-ID: <851q47r8-1soq-q149-4rr9-60s3sp8421q1@zptvyy.pn> Subject: Re: [NTG-context] TiKz with LMTX X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.38 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Aditya Mahajan via ntg-context Reply-To: mailing list for ConTeXt users Cc: Aditya Mahajan Errors-To: ntg-context-bounces@ntg.nl Sender: "ntg-context" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --662272-1753836863-1686018499=:154253 Content-Type: text/plain; CHARSET=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: On Mon, 5 Jun 2023, Aditya Mahajan via ntg-context wrote: > On Sun, 4 Jun 2023, Jig=E9 via ntg-context wrote: >=20 >=20 > > $ mkdir ~/.local/share/context > > $ cd ~/.local/share/context > > $ wget https://lmtx.pragma-ade.com/install-lmtx/context-linux-64.zip > > $ unzip context-linux-64.zip > > $ sh install.sh > > $ rm context-linux-64.zip > > $ cd ~/.local/share/context/tex > > $ mtxrun --script install-modules --list > > $ mtxrun --script install-modules --install tikz > > (And for good measure, I later did `mtxrun --script install-modules --i= nstall all`) > >=20 > > $ cd my-working-directory > > $ vi some-sample-context-file.tex > > $ export PATH=3D/home/myname/.local/share/context/tex/texmf-linux-64/bi= n:$PATH > > $ context some-sample-context-file.tex > >=20 > > Did I miss anything? It works just fine. >=20 > On a new machine and pgfsys-luatex.def is missing for me as well. I'll tr= y to check what is going on.=20 This was a bit crazy to track down. Here is the fix:=20 In line 180 of mtx-install-modules.lua, comment the line or find(n,"luatex") Otherwise, the file=20 tex/generic/pgf/systemlayer/pgfsys-luatex.def is not extracted from the tikz.zip!=20 I don't know why OP and I (both on archlinux) were the only ones who had pg= fsys-luatex.def missing. Everyone should have been affected by this.=20 Aditya PS: Also on line 103, it may be a good idea to change the curl call to=20 curl --ssl --location mirros.ctan.org will also do a HTTP 302 redirect and without the --location= flag, curl will not follow the redirect.=20 --662272-1753836863-1686018499=:154253 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --662272-1753836863-1686018499=:154253--