From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15133 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: bug in alignbox Date: Fri, 14 May 2004 18:09:41 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040514180847.02a9d698@server-1> References: <005201c43994$2a322950$3c02000a@spekoun> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1084551157 16864 80.91.224.253 (14 May 2004 16:12:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 16:12:37 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 14 18:12:13 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOfIC-0002Aw-00 for ; Fri, 14 May 2004 18:12:12 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B290B10B2E; Fri, 14 May 2004 18:07:43 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 1DD9510ACE for ; Fri, 14 May 2004 18:05:32 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4EG9lO9019127 for ; Fri, 14 May 2004 18:09:47 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id E91FB17B4B; Fri, 14 May 2004 18:09:49 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id C41E521582 for ; Fri, 14 May 2004 16:09:46 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <005201c43994$2a322950$3c02000a@spekoun> Original-References: <005201c43994$2a322950$3c02000a@spekoun> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15133 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15133 At 10:53 14/05/2004, you wrote: >Hallo Hans, > >I have played with positioning text in layers. I noticed that parameter >"location=t" > \setlayer[MyLayer][...,location=t,...]{...} >behaves the same way as "location=c". It seems to me it is the bug in >optimized definition of >\alignedbox. If I use commented version of \alignedbox from source file >core-box.tex >it is OK. Can you look at it, please? ah, a real seious bug! You need to fix both b and t: \setvalue{\??ab\??ab b}{\bottombox} \setvalue{\??ab\??ab t}{\topbox} Hans