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 29386 invoked from network); 12 Jun 2023 16:50:23 -0000 Received: from zapf.ntg.nl (5.39.185.232) by inbox.vuxu.org with ESMTPUTF8; 12 Jun 2023 16:50:23 -0000 Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 767533D3; Mon, 12 Jun 2023 18:49:45 +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 R_V2UxQpAfeA; Mon, 12 Jun 2023 18:49:43 +0200 (CEST) Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 7CC6E6965; Mon, 12 Jun 2023 18:49:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 62F206965 for ; Mon, 12 Jun 2023 18:49: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 nSViRUUIjLn3 for ; Mon, 12 Jun 2023 18:49:38 +0200 (CEST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=116.202.254.214; helo=ciao.gmane.io; envelope-from=gctc-ntg-context-518@m.gmane-mx.org; receiver= Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id 190A03D3 for ; Mon, 12 Jun 2023 18:49:37 +0200 (CEST) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1q8kjX-000AG1-T0 for ntg-context@ntg.nl; Mon, 12 Jun 2023 18:49:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ntg-context@ntg.nl Date: Mon, 12 Jun 2023 12:49:23 -0400 Message-ID: References: <939972081.2642279.1686249443206@mail.yahoo.com> <2q19736q-80n5-2ss0-8719-7pq459p54976@hzvpu.rqh> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <2q19736q-80n5-2ss0-8719-7pq459p54976@hzvpu.rqh> 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: Carlos via ntg-context Reply-To: mailing list for ConTeXt users Cc: Carlos Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ntg-context-bounces@ntg.nl Sender: "ntg-context" On Thu, Jun 08, 2023 at 11:57:36PM -0400, Aditya Mahajan via ntg-context wr= ote: > On Thu, 8 Jun 2023, Jig=E9 via ntg-context wrote: > = > > Thanks a lot Aditya. > > = > > The very simple TikZ example with the cross works. > > The more complex example with the trigonometric circle from the pgf man= ual, > > 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. = > = > @Hans, so the validate function should be: > = > local function validate(n) > return not ( > find(n,"latex") what's the point of latex there? = > -- or find(n,"lualatex") or for that matter this one lualatex too = > or find(n,"plain") > or find(n,"optex") > -- or find(n,"luatex") > -- or find(n,"pdftex") > ) > end > = > = > Aditya Through rsync only and by default without mtx-install-modules script, obviously, it'll simply fall back loading by pgfsys-pdftex so you'd be better off by just having = 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 instead. = Also, forget about the curl --ssl or whatever you mentioned earlier. > _________________________________________________________________________= __________ > 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-c= ontext > webpage : https://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : https://contextgarden.net > _________________________________________________________________________= __________ -- = Brian Kernighan has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the numerous idiot lights which plague the modern driver. Rather, if the driver makes any mistake, a giant "?" lights up in the center of the dashboard. "The experienced driver", he says, "will usually know what's wrong." ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-con= text webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________= ________