From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18880 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: \raggedright? Date: Sun, 13 Mar 2005 12:02:03 +0100 Message-ID: <42341DAB.3010000@boede.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090203050200040602000900" X-Trace: sea.gmane.org 1110711704 22224 80.91.229.2 (13 Mar 2005 11:01:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 11:01:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 13 12:01:44 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 1DAQqU-0006XE-TG for gctc-ntg-context-518@m.gmane.org; Sun, 13 Mar 2005 12:01:19 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58B3A12858; Sun, 13 Mar 2005 12:02: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 22790-01-3; Sun, 13 Mar 2005 12:02:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 944E512850; Sun, 13 Mar 2005 12:02:07 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E517B12850 for ; Sun, 13 Mar 2005 12:02:06 +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 22790-01-2 for ; Sun, 13 Mar 2005 12:02:06 +0100 (CET) Original-Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by ronja.ntg.nl (Postfix) with ESMTP id 2B0971284D for ; Sun, 13 Mar 2005 12:02:06 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id j2DB26wM016073 for ; Sun, 13 Mar 2005 12:02:06 +0100 (CET) (envelope-from w.egger@boede.nl) 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-Virus-Scanned: by XS4ALL Virus Scanner 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:18880 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18880 This is a multi-part message in MIME format. --------------090203050200040602000900 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Gerben, with \raggedright one needs to use {}. May be a better approach is to use \framedtext[align=left,width=xxcm,frame=off]{your text} Pease refer to the attached file. Kind regards Willi Gerben Wierda wrote: > I tried to get one piece in a justified text to behave as follows: right > aligned and with a jagged left edge. But what I tried influenced my > entire document. > > Can someone explain me how to do this? > > G > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context --------------090203050200040602000900 Content-Type: text/plain; name="ragged-Wierda.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ragged-Wierda.tex" % Ragged right text % Gerben Wierda % Context file % filename: ragged-Wierda.ex % Willi Egger % 13-03-2005 \setupoutput[pdftex] \mainlanguage[en] \setuptolerance[tolerant,stretch] \startbuffer[Ward] \input ward \stopbuffer \startbuffer[Knuth] \input knuth \stopbuffer \startbuffer[Zapf] \input zapf \stopbuffer \starttext {\raggedright{ \getbuffer[Knuth]}} \blank[2*big] {\raggedleft {\getbuffer[Ward]}} \blank[2*big] {\raggedright {\getbuffer[Zapf]}} \framedtext[align=left,width=9cm,fram=on,offset=.5cm]{ \getbuffer[Zapf]} \stoptext --------------090203050200040602000900 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------090203050200040602000900--