From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18882 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: alignment questions Date: Sun, 13 Mar 2005 12:22:53 +0100 Message-ID: <4234228D.9010402@seznam.cz> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110712933 24956 80.91.229.2 (13 Mar 2005 11:22:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 11:22:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 13 12:22:13 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DAR9v-0007oC-Sb for gctc-ntg-context-518@m.gmane.org; Sun, 13 Mar 2005 12:21:27 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 69182127D8; Sun, 13 Mar 2005 12:22:15 +0100 (CET) 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 22925-08-4; Sun, 13 Mar 2005 12:22:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C123127FD; Sun, 13 Mar 2005 12:22:12 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EFC68127FD for ; Sun, 13 Mar 2005 12:22:10 +0100 (CET) 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 22925-08-3 for ; Sun, 13 Mar 2005 12:22:10 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 169FA127F7 for ; Sun, 13 Mar 2005 12:22:10 +0100 (CET) Original-Received: (qmail 857 invoked from network); 13 Mar 2005 11:21:57 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by smtp.seznam.cz with SMTP; 13 Mar 2005 11:21:57 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Antivirus: avast! (VPS 0510-0, 08.03.2005), Outbound message X-Antivirus-Status: Clean 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18882 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18882 Patrick Gundlach wrote: > Hello *, > > > inspired by Gerben's question, I did some experimenting with \framed. > > I'd like to get A[text]B, where text is some long thing in a framed > box like \framed[width=5cm] {\input tufte \par}. > > There are three different ways of aligning the three objects: There are more possibilities aligning three objects. For example: A[[B][C]] Standard \framed is not capable to align these three nested boxes to baseline. Since it is very frequent task of form typesetting, I did some very dirt hacks into \framed definition. But just for myself. (If Hans see the code all the rest of his hair falls down. I do not want that.) vit > (A and B on the same baseline as the first row) > > A We thrive in information- B > ------------------------------- > thick worlds because of our > marvelous and everyday ca- > > > (A and B in the middle of the box, not necessarily on the same > baseline as a line in the box) > > criminate, distinguish, screen, > A pigeonhole, pick over, sort, B > integrate, blend, inspect, > > > (A and B on the same baseline as the last row) > > from the chaff and seperate > A the sheeps from the goats. B > -------------------------------- > > > > I was unable to get any of these alignments. > > Patrick