From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/113650 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Aditya Mahajan via ntg-context Newsgroups: gmane.comp.tex.context Subject: Re: [DKIM] Re: [DKIM] circuitikz module seems broken Date: Fri, 3 Dec 2021 18:27:22 -0500 (EST) Message-ID: References: <25b6aecf-4dcc-ba43-bf4c-e8c9815346cd@xs4all.nl> <39ef5794-0415-0f0d-c8e2-2b2f98b63bd7@xs4all.nl> <8F43655E-0E92-464D-B3ED-8003FE7C68A0@gmail.com> Reply-To: mailing list for ConTeXt users Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-734406295-1638574043=:2024218" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12304"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.23 (LNX 453 2020-06-18) Cc: Aditya Mahajan To: =?ISO-8859-15?Q?Jan-Erik_H=E4ggl=F6f_via_ntg-context?= Original-X-From: ntg-context-bounces@ntg.nl Sat Dec 04 00:28:13 2021 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane-mx.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by ciao.gmane.io with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtHyP-0002vl-Gv for gctc-ntg-context-518@m.gmane-mx.org; Sat, 04 Dec 2021 00:28:13 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 767642A1D05; Sat, 4 Dec 2021 00:27:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-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 hYe6dFgOmN9U; Sat, 4 Dec 2021 00:27:38 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 88D2A2A1CFF; Sat, 4 Dec 2021 00:27:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 50C2A2A1CFC for ; Sat, 4 Dec 2021 00:27:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-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 5zpbcXM1YETz for ; Sat, 4 Dec 2021 00:27:35 +0100 (CET) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=132.206.73.2; helo=orford.cim.mcgill.ca; envelope-from=adityam@umich.edu; receiver= Original-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)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id 727A32A1C5C for ; Sat, 4 Dec 2021 00:27:34 +0100 (CET) Original-Received: from adi-thinkpad.local (135-23-198-80.cpe.pppoe.ca [135.23.198.80]) (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 60F584F1D4E for ; Fri, 3 Dec 2021 18:27:33 -0500 (EST) In-Reply-To: <8F43655E-0E92-464D-B3ED-8003FE7C68A0@gmail.com> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.26 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.io gmane.comp.tex.context:113650 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-734406295-1638574043=:2024218 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 3 Dec 2021, Jan-Erik H=E4ggl=F6f via ntg-context wrote: > The result of testing, different error messages in MKIV and LMTX. >=20 > The attached files belongs to LMTX run with the attached m-circuitikz.mkx= l and m-tikz.mkxl in texmf-local Not placed at the right place. From your log file: open source > level 2, order 3, name '/Users/jan-erikhagglof/context/co= ntext-osx-64/tex/texmf-local/m-circuitikz.mkxl' (I am surprised it gets found! The should be texmf-local/tex/context/ sub-d= ir) open source > level 3, order 4, name '/Users/jan-erikhagglof/context/co= ntext-osx-64/tex/texmf-context/tex/context/modules/mkxl/m-tikz.mkxl' (I am guessing that this is the old m-tikz.mkxl). For such experiments, it is simplest if you place the files in the current = directory. Aditya --8323329-734406295-1638574043=:2024218 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCg== --8323329-734406295-1638574043=:2024218--