From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16550 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: Poster with layers Date: Mon, 27 Sep 2004 12:34:09 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <20040927103408.GD9633@cebitec.uni-bielefeld.de> References: <20040927083516.GA9633@cebitec.uni-bielefeld.de> <4157D531.5070701@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096281269 18885 80.91.229.6 (27 Sep 2004 10:34:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 10:34:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 27 12:34:16 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CBspk-0003iA-00 for ; Mon, 27 Sep 2004 12:34:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E9CA01279C; Mon, 27 Sep 2004 12:34:15 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25931-07; Mon, 27 Sep 2004 12:34:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D49D41278D; Mon, 27 Sep 2004 12:34:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0215B1278D for ; Mon, 27 Sep 2004 12:34:12 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25933-05 for ; Mon, 27 Sep 2004 12:34:11 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (unknown [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id 604AA1276D for ; Mon, 27 Sep 2004 12:34:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 077772D60F for ; Mon, 27 Sep 2004 12:34:11 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08505-01-6 for ; Mon, 27 Sep 2004 12:34:10 +0200 (MEST) Original-Received: from baloo.Genetik.Uni-Bielefeld.DE (baloo.CeBiTec.Uni-Bielefeld.DE [129.70.160.60]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 10B982D60A for ; Mon, 27 Sep 2004 12:34:10 +0200 (MEST) Original-Received: by baloo.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id 830AB1489; Mon, 27 Sep 2004 12:34:09 +0200 (MEST) Original-To: mailing list for ConTeXt users Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <4157D531.5070701@wxs.nl> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16550 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16550 \setlayerframed is great - no need to define a layer for each piece of content. That was new to me. Now, to make sure that I have understood correctly by comparing code and output: > \setlayerframed > [page] > [preset=lefttop] > [align=normal, > width=.25\paperwidth, > frame=off] > {\getbuffer} This will be placed with its top left corner at the top left edge of the page. > \setlayerframed > [page] > [offset=.2\paperwidth, > preset=righttop] > [width=.2\paperwidth, > align=normal] > {\getbuffer} With the top right corner at the top right edge of the page, with an offset (both x and y) of 0.2\paperwidth. > \setlayerframed > [page] > [preset=middle] > [offset=1cm] > {\externalfigure[whatever][width=4cm,height=5cm]} Centered on the page. Ok. But it doesn't solve my problem. What I want to do is: - Place X somewhere. - Place Y with its top left corner 2cm below bottom center point of X. (Or some other reference point among tl, t , tr, l, c, r, bl, b, br.) You see, I don't know exactly what goes into the layers and how big it is, but I want to place someting else exactly beneath it. Can this be done? -- Eckhart