From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12397 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Re: Right-aligning blocks of text Date: Thu, 5 Jun 2003 12:40:36 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <005201c32b4f$030c89f0$0100a8c0@vademecum> References: <20030604151007.60878.qmail@web41503.mail.yahoo.com> 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 1054809827 31102 80.91.224.249 (5 Jun 2003 10:43:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 10:43:47 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jun 05 12:43:44 2003 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 19NsDf-00084s-00 for ; Thu, 05 Jun 2003 12:43:43 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0944810B20; Thu, 5 Jun 2003 12:46:02 +0200 (MEST) Original-Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by ref.ntg.nl (Postfix) with ESMTP id BB47C10B20 for ; Thu, 5 Jun 2003 12:41:18 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla1.xs4all.nl (8.12.9/8.12.9) with SMTP id h55AfFGR043253 for ; Thu, 5 Jun 2003 12:41:18 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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:12397 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12397 > Andrew Lawson wrote > > > I want to right-align a block of text, e.g. have > > the text left-aligned but the block right aligned. An > > ascii example would be > > > > | | > > | Some text | > > | More text | > > | Even more text | Guy wrote: > I can't take credit for the following clever snippet of code: > > \startalignment[left] > \noindent\framed > [width=fit,align=right,frame=off] > {Some text\\More text\\Even more text} > \stopalignment \startnarrower[left] % [2*left] some text more text even more text \stopnarrower Willi