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.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham 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 40DC820E2A for ; Thu, 21 Mar 2024 15:16:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id BFDF7483A77 for ; Thu, 21 Mar 2024 15:15:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=fail (2048-bit key) reason="fail (message has been altered)" header.d=a16n.net 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 iUH5lA_4sAyp for ; Thu, 21 Mar 2024 15:15:31 +0100 (CET) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id C15B0483A7F for ; Thu, 21 Mar 2024 15:14:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id B7F0F4834F2 for ; Thu, 21 Mar 2024 15:14:24 +0100 (CET) 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 uzFhjDA1m45f for ; Thu, 21 Mar 2024 15:14:24 +0100 (CET) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=87.98.181.171; helo=smtp-out.a16n.net; envelope-from=pm@a16n.net; receiver= X-Greylist: delayed 584 seconds by postgrey-1.36 at cgl.ntg.nl; Thu, 21 Mar 2024 15:14:24 CET Received: from smtp-out.a16n.net (smtp-out.a16n.net [87.98.181.171]) by cgl.ntg.nl (Postfix) with ESMTP id 647724834F1 for ; Thu, 21 Mar 2024 15:14:24 +0100 (CET) Received: from server.a16n.net (ml.a16n.net [82.65.98.121]) by smtp-out.a16n.net (Postfix) with ESMTP id 1D7654604CA for ; Thu, 21 Mar 2024 15:04:40 +0100 (CET) Received: from ws.localdomain (unknown [192.168.13.254]) by server.a16n.net (Postfix) with ESMTPSA id EC157801179 for ; Thu, 21 Mar 2024 15:04:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1711029879; bh=UnUqC2sJaKMgFL51CS1b2rYwHN1v0YrUNXJiuauu7XA=; h=From:To:Subject:Date; b=RnVsJ+3MRJHzMZSuidVCX2hsI+t7zzocGIgR3NwVFSkvXbc5rYjmIjk7oFkxhfGp6 zoUneF4IQfTv6XiSNLq4y0xIzt5Re4OAfd0Jh4MoPs4aaLLQrBgEoyTQMivi6Rzwyg aZ6N+hH1CQ/O+rcRaa2wNGpbUHYEiLRwLTCSE8PCUNm0/Lr/t8uqjgimhFL6GYUpRc LpFfIMvuNckRO/uD2U9+0Mk6uAEgvL2PFQOJFzlHN4XpiLbgAsn14v8v9hx6Q4KjD8 sM6igbA+WFRN4kRgbsHkLjVu3ujYwpv56Qmm1toj7XzcFkDIVTYbnvNUhIb1qO9l7Y cZvwLY2wz5uhw== Received: by ws.localdomain (Postfix, from userid 1000) id D0840206CE; Thu, 21 Mar 2024 15:04:39 +0100 (CET) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: ntg-context@ntg.nl Mail-Followup-To: ntg-context@ntg.nl Date: Thu, 21 Mar 2024 15:04:39 +0100 Message-ID: <87r0g3vfyg.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Message-ID-Hash: WL6FGMK5YDSKZOILHD3HESEYJ5PPOZIM X-Message-ID-Hash: WL6FGMK5YDSKZOILHD3HESEYJ5PPOZIM X-MailFrom: pm@a16n.net 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.8 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] offset with \copypages 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 Hi, When inserting pages with \copypages, the included pages are slightly shifted to the left and to the bottom. Minimal example: % test-file.tex: \setuplayout[page] \starttext \input tufte \vfill \input tufte \stoptext % test.tex: \starttext \copypages[test-file.pdf] \stoptext How could I avoid this offset please? TIA for any hints, -- Peter ___________________________________________________________________________________ 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 ___________________________________________________________________________________