From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=3.4.4 Received: from cgl.ntg.nl (Cgl.ntg.nl [5.39.185.202]) by inbox.vuxu.org (Postfix) with ESMTP id 85F4F2CBAC for ; Mon, 14 Oct 2024 13:18:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 899D8484D6D for ; Mon, 14 Oct 2024 13:14:12 +0200 (CEST) Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=ntg.nl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntg.nl; h= content-transfer-encoding:content-type:content-type :list-unsubscribe:list-subscribe:list-post:list-owner:list-help :list-archive:archived-at:list-id:subject:subject:reply-to :precedence:user-agent:references:in-reply-to:message-id:date :date:from:from:mime-version:received:received:received:received :received; s=cgl; t=1728904452; x=1731496453; bh=JwpyFKvc+jJQaGt If4frWtunpK0N4yVYZI7JMv7PtCE=; b=dr8cVQ9zGl5mZbwhVMxpTrN9+60uMk9 +FRoHj2tBChvstRBIXC1mYmQ63LN8W6+Hy0PZIBUFbPF1daSLRlgG55qS6Cwolh3 AjnPmoWlCV0V+orgkpUDmvcR3ky+5TZD9WLWJ1a2TeTzekDvSI4yfbZnQq0K+08d RJTLC2mC5GzE= X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w9QKzUhyBtNM for ; Mon, 14 Oct 2024 13:14:12 +0200 (CEST) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 22BEA484F56 for ; Mon, 14 Oct 2024 13:13:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 22B44484100 for ; Mon, 14 Oct 2024 13:12:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mPXzF-0L2W-X for ; Mon, 14 Oct 2024 13:12:51 +0200 (CEST) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id E64974840FE for ; Mon, 14 Oct 2024 13:12:51 +0200 (CEST) MIME-Version: 1.0 From: "David Roderick" To: ntg-context@ntg.nl Date: Mon, 14 Oct 2024 11:12:51 -0000 Message-ID: <172890437192.1601626.12925809910871588681@cgl.ntg.nl> In-Reply-To: <2a51f286-269a-41b8-b336-1bdf3883cb5b@fiee.net> References: <2a51f286-269a-41b8-b336-1bdf3883cb5b@fiee.net> User-Agent: HyperKitty on http://mailman.ntg.nl/ Message-ID-Hash: ZLUJDYJ3YB2YIAIAX3CTQZ52TK2FTX37 X-Message-ID-Hash: ZLUJDYJ3YB2YIAIAX3CTQZ52TK2FTX37 X-MailFrom: angel.of.north@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] Re: creating a printed book List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Thank you for fixing this. I espy another feature which is required. I save the png's into a subdirectory called images_0007 which is a subdirectory of where my tex files are located. I run context from the latter (main or lower) working directory. Your script looks for the png's in this lower (main) directory: \startplacefigure[location=here,reference=Picture 1178610960,title={}]% rId6 \externalfigure[image1.png] \stopplacefigure should be: \startplacefigure[location=here,reference=Picture 1178610960,title={}]% rId6 \externalfigure[images_00007/image1.png][hfactor=fit] \stopplacefigure If you could fix this it would be greatly appreciated, and methinks useful. David Roderick ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________