From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18805 Path: news.gmane.org!not-for-mail From: "Michael Fuchs" Newsgroups: gmane.comp.tex.context Subject: AW: AW: Re: Line break after unit or \cite command Date: Thu, 10 Mar 2005 23:15:09 +0100 Message-ID: <20050310221510.AAE5697F3@sunkist.iskp.uni-bonn.de> 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" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1110493052 21525 80.91.229.2 (10 Mar 2005 22:17:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 22:17:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 10 23:17:31 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 1D9Vvc-0004wa-4b for gctc-ntg-context-518@m.gmane.org; Thu, 10 Mar 2005 23:14:48 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 821A6127FB; Thu, 10 Mar 2005 23:15: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 08286-05; Thu, 10 Mar 2005 23:15:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7E3BF127DD; Thu, 10 Mar 2005 23:15:12 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F00BC127DD for ; Thu, 10 Mar 2005 23:15:11 +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 08232-07 for ; Thu, 10 Mar 2005 23:15:11 +0100 (CET) Original-Received: from sunkist.iskp.uni-bonn.de (sunkist.iskp.uni-bonn.de [131.220.221.221]) by ronja.ntg.nl (Postfix) with ESMTP id 3BD111276B for ; Thu, 10 Mar 2005 23:15:11 +0100 (CET) Original-Received: from darkstar (unknown [172.18.0.5]) by sunkist.iskp.uni-bonn.de (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id AAE5697F3 for ; Thu, 10 Mar 2005 23:15:10 +0100 (CET) Original-To: X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcUlqXtnLbhnlz92STSig0pKaRcByQAErZfQ In-Reply-To: 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:18805 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18805 Hi Peter! I tried to make the XXX a little bit longer. But unluckily I still don't have success with that.=20 TeX only wants to insert the line break after the first possible position after "wur" in the word "wurden".=20 If I make the XXX long enough I even can push=20 XXXX~eV~wur- out of the page limits. Michael >=20 > > I want ConTeXt to produce the line break after the \EVolt=20 > > command. The unit and following word together are extending=20 > > the textwidth. Put TeX doesn't do the linebreak after the=20 > > unit. Even using this "\ " macro doesn't have an effect on=20 > > this behaviour! > > >=20 > > > > Im Energiebereich bis XXXX~\EVolt\ wurden die Ergebnisse der=20 > > > > Kollaboration best=E4tigt. > > > > > > > > ConTeXt breaks "wurden" in "wur"-"den". >=20 > Hi Michael, > your "XXXX" must be just a little bit longer: >=20 > \def\EVolt{\,eV} > \starttext > \de > Im Energiebereich bis > 33333333333333333333333333333333333333333333333333\EVolt\ wurden die > Ergebnisse der Kollaboration... > \stoptext >=20 > Cheers, Peter >=20