From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12396 Path: main.gmane.org!not-for-mail From: Guy Worthington Newsgroups: gmane.comp.tex.context Subject: Re: Right-aligning blocks of text Date: 05 Jun 2003 11:32:20 +0800 Sender: ntg-context-admin@ntg.nl Message-ID: 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=us-ascii X-Trace: main.gmane.org 1054784059 17835 80.91.224.249 (5 Jun 2003 03:34:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 03:34:19 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jun 05 05:34:17 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 19NlVo-0004cQ-00 for ; Thu, 05 Jun 2003 05:34:00 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5B05E10B31; Thu, 5 Jun 2003 05:36:19 +0200 (MEST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 3AC4D10B30 for ; Thu, 5 Jun 2003 05:32:19 +0200 (MEST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19NlRs-0004RZ-00 for ; Thu, 05 Jun 2003 05:29:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19NlRq-0004RQ-00 for ; Thu, 05 Jun 2003 05:29:54 +0200 Original-Lines: 18 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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:12396 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12396 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 | 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