From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10092 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: extra spacing Date: Tue, 10 Dec 2002 14:55:33 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.1.20021210145308.00a04540@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1039528877 23590 80.91.224.249 (10 Dec 2002 14:01:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 14:01:17 +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 18LkwI-00066O-00 for ; Tue, 10 Dec 2002 15:00:46 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DD1FC10AE8; Tue, 10 Dec 2002 15:00:56 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id A88E510AE7 for ; Tue, 10 Dec 2002 14:59:26 +0100 (MET) Original-Received: from server-1.pragma-ade.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id gBAEpIeE003332 for ; Tue, 10 Dec 2002 15:51:18 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-ade.nl (8.12.2/8.12.2) with ESMTP id gBADxKgm020690 for ; Tue, 10 Dec 2002 14:59:21 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ntg.nl In-Reply-To: X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) 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:10092 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10092 At 11:25 AM 12/10/2002 +0100, you wrote: >With math followed by a \crlf extra spacing is introduced in the math. >For example: > Test > \crlf > (1) inverse $b\rightarrow b^{-1}$ > \crlf > (2) inverse $b\rightarrow b^{-1}$\hfill\null > \crlf > (3) inverse $b\rightarrow b^{-1}$ > >In line (1) extra white is introduced around the white arrow. >In line (2) the fix is given, allthough not a problem ii is a nuisance. >In line (3) one sees it is the \crlf that lets the math expand because >here no extra white. > >Is this a feature or has this phenomenon escaped attention hitherto? it's always hard to tell what is a feature, somehow there is quite some stretch around the arrow in math the \crlf macro has to work ok in ragged(left|center|right) and i guess that you're using a ragged right text you may try the following definition (case 3 \hfil added): \unexpanded \def\crlf {\ifhmode\unskip\else\strut\fi\ifcase\raggedstatus\hfil\or\or\or\hfil\fi\break} let me know if this breaks other alignments Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------