From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10754 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: aligned text block Date: Wed, 5 Feb 2003 09:58:09 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <001501c2ccf4$bfdeee60$0100a8c0@vademecum> References: <428BF8DA-3795-11D7-94ED-0030659899AA@fiee.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044435478 20473 80.91.224.249 (5 Feb 2003 08:57:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 08:57:58 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gLNU-0005Jw-00 for ; Wed, 05 Feb 2003 09:57:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2B68A10B5E; Wed, 5 Feb 2003 09:59:54 +0100 (MET) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id A221B10B43 for ; Wed, 5 Feb 2003 09:58:13 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.0/8.12.0) with SMTP id h158w8U1054490 for ; Wed, 5 Feb 2003 09:58:13 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:10754 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10754 Hi Hraban, Here another atempt. I do hope that I understood is correctly> > No, that's a simple left-aligned (raggedright) block of text. > I need to right-align a left-aligned block, like this: > > | > one line | > a very long line| > another line | > | > > The text should go as far to the right as the longest line allows. \starttext \startnarrower[2*left] \startalignment[right] \input tufte \stopalignment \stopnarrower \stoptext I see, that there is a limitation in that you will have to specify how much the textblock is moved away from the left margin. Gruss Willi