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 27872 invoked from network); 9 Jun 2023 16:44:25 -0000 Received: from zapf.ntg.nl (5.39.185.232) by inbox.vuxu.org with ESMTPUTF8; 9 Jun 2023 16:44:25 -0000 Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 892FF1C15FC; Fri, 9 Jun 2023 18:44:00 +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 cyoMPk5ogH8O; Fri, 9 Jun 2023 18:43:55 +0200 (CEST) Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 7090E1C3218; Fri, 9 Jun 2023 18:43:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 294401C3218 for ; Fri, 9 Jun 2023 18:43:54 +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 wx2CKuwuAY3U for ; Fri, 9 Jun 2023 18:43:52 +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 (orford.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 524E71C15FC for ; Fri, 9 Jun 2023 18:43:51 +0200 (CEST) Received: from adi-carbonpad (unknown [45.72.224.76]) (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 3630119F595 for ; Fri, 9 Jun 2023 12:43:50 -0400 (EDT) Date: Fri, 9 Jun 2023 12:43:49 -0400 (EDT) To: Hans Hagen via ntg-context In-Reply-To: <425e5f1a-3e1d-4669-1caf-4e0b4c7a2e9f@xs4all.nl> Message-ID: <1nqoqn7p-qp7p-r462-qpq0-qq0744q55218@hzvpu.rqh> References: <939972081.2642279.1686249443206@mail.yahoo.com> <2q19736q-80n5-2ss0-8719-7pq459p54976@hzvpu.rqh> <425e5f1a-3e1d-4669-1caf-4e0b4c7a2e9f@xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="662272-941457440-1686329030=:3542" 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-941457440-1686329030=:3542 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 9 Jun 2023, Hans Hagen via ntg-context wrote: > On 6/9/2023 5:57 AM, Aditya Mahajan via ntg-context wrote: > > On Thu, 8 Jun 2023, Jig=C3=A9 via ntg-context wrote: > >=20 > >> Thanks a lot Aditya. > >> > >> The very simple TikZ example with the cross works. > >> The more complex example with the trigonometric circle from the pgf > >> manual, > >> quoted in https://wiki.contextgarden.net/TikZ , does not compile > >> unless you also comment out > >> or find(n,"pdftex") > >> in line 181 of the mtx-install-modules.lua file > >> before doing mtxrun --script install-modules --install tikz > >> but I could guess that from a: > >> Driver file ``pgfsys-pdftex.def'' not found.. > >> message > >=20 > > Ah so tikz uses both drivers. > >=20 > > @Hans, so the validate function should be: > >=20 > > local function validate(n) > > return not ( > > find(n,"latex") > > -- or find(n,"lualatex") > > or find(n,"plain") > > or find(n,"optex") > > -- or find(n,"luatex") > > -- or find(n,"pdftex") > > ) > > end > so an alternative is to ignore deleting those two files >=20 > what is in lualatex that we need? can hardly be something generic pgf/tikz doesn't have anything with lualatex in the name. The only files th= at match luatex/pdftex are these def files.=20 > (it being pretty big makes me wonder if we should have texmf-tikz for it = as i > don't want to polute the modules tree too much - it gets hard to check ot= her > modules for instance when i want to see if some change has impact) If it makes things easier to manage, we can definitely do that. We already = have 7 trees, one more isn't going to make any difference :-) Aditya --662272-941457440-1686329030=:3542 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-941457440-1686329030=:3542--