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 31392 invoked from network); 9 Jun 2023 03:58:17 -0000 Received: from zapf.ntg.nl (5.39.185.232) by inbox.vuxu.org with ESMTPUTF8; 9 Jun 2023 03:58:17 -0000 Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 1583F1C3530; Fri, 9 Jun 2023 05:57:46 +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 P1EchkxO1OFV; Fri, 9 Jun 2023 05:57:43 +0200 (CEST) Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 53F881C3460; Fri, 9 Jun 2023 05:57:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 55F951C3460 for ; Fri, 9 Jun 2023 05:57: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 9-r0atl11Gya for ; Fri, 9 Jun 2023 05:57:39 +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 78C2D1C239A for ; Fri, 9 Jun 2023 05:57:38 +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 21AC22417FB for ; Thu, 8 Jun 2023 23:57:37 -0400 (EDT) Date: Thu, 8 Jun 2023 23:57:36 -0400 (EDT) To: =?ISO-8859-15?Q?Jig=E9_via_ntg-context?= In-Reply-To: <939972081.2642279.1686249443206@mail.yahoo.com> Message-ID: <2q19736q-80n5-2ss0-8719-7pq459p54976@hzvpu.rqh> References: <939972081.2642279.1686249443206@mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="662272-311934828-1686282830=:3542" Content-ID: <650o9289-38no-spn5-2pn1-q51p28rr98sp@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-311934828-1686282830=:3542 Content-Type: text/plain; CHARSET=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <475q45or-78r8-qpr5-3292-2s332067s785@zptvyy.pn> On Thu, 8 Jun 2023, Jig=E9 via ntg-context wrote: > Thanks a lot Aditya. >=20 > The very simple TikZ example with the cross works. > The more complex example with the trigonometric circle from the pgf manua= l, > 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 Ah so tikz uses both drivers.=20 @Hans, so the validate function should be: 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 Aditya --662272-311934828-1686282830=: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-311934828-1686282830=:3542--