Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Mon, 3 Sep 2007 10:38:29 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l838cOw3008216 for ; Mon, 3 Sep 2007 10:38:25 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l838VXTl008714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Sep 2007 10:31:33 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l82M15Fp024746; Mon, 3 Sep 2007 10:31:19 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 116104 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 3 Sep 2007 10:31:18 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l838VIVC001945 for ; Mon, 3 Sep 2007 10:31:18 +0200 Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id l838VBfv019906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 3 Sep 2007 10:31:16 +0200 Received: from mail-in-12-z2.arcor-online.net (mail-in-12-z2.arcor-online.net [151.189.8.29]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 3251D17F6C4 for ; Mon, 3 Sep 2007 10:31:11 +0200 (CEST) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by mail-in-12-z2.arcor-online.net (Postfix) with ESMTP id 1C111279402 for ; Mon, 3 Sep 2007 10:31:11 +0200 (CEST) Received: from commodore (pD9F4C924.dip0.t-ipconnect.de [217.244.201.36]) (Authenticated sender: mailing_list@arcor.de) by mail-in-11.arcor-online.net (Postfix) with ESMTP id DD6B412528 for ; Mon, 3 Sep 2007 10:30:59 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 References: <46C0AE5B.7010308@arcor.de> <18112.53634.669944.358049@morse.mittelbach-online.de> <46C23C6A.3060701@arcor.de> <18131.15349.312422.136423@morse.mittelbach-online.de> <46D5BC54.9070600@arcor.de> <46D6BE83.1060908@arcor.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.91.1/4135/Mon Sep 3 08:35:57 2007 on mail-in-11.arcor-online.net X-Virus-Status: Clean X-Spam-Whitelist: Message-ID: <46DB3061.70901@arcor.de> Date: Sun, 2 Sep 2007 23:51:29 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Stephan Hennig Subject: Re: xinitials and graphicx, xcolor To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -1.772 () BAYES_00,DATE_IN_PAST_06_12 X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 03 Sep 2007 08:38:32.0099 (UTC) FILETIME=[CF264F30:01C7EE05] Status: R X-Status: X-Keywords: X-UID: 5036 Morten Høgholm schrieb: > \raggedleft as defined in xhj sets leftskip to 0pt plus 2em to allow > hyphenation as opposed to \raggedleft from the 2e kernel which has > leftskip 0pt plus 1fil. > > Btw you'd get the same effect with \RaggedLeft from ragged2e. Ah, thanks! I've never run into that before. > Hence it is not really useful for single lines of text. I guess the underlying problem is that \parfillskip can't be applied to paragraphs set ragged left? So it doesn't affect single lines only, but using \RaggedLeft from ragged2e or \raggedleft from LaTeX3 (or is it LaTeX2e*?) _almost always_ results in an underfull box message.[1] \documentclass{article} \input{xinitials.sig} \begin{document} \raggedleft This paragraph is ok: some text and some text some text and some text some text and some text some text and some text some text and some text some \par This paragraph is underfull: some text and some text some text and some text some text and some text some text and some text some text \par \end{document} > Underfull \hbox (badness 2582) in paragraph at lines 10--14 > \OT1/cmr/m/n/10 text some text and some text some text and some text some text Best regards, Stephan Hennig [1] I don't think it's a fortunate decision to change the meaning of \raggedright in LaTeX3. I'll send another mail about that later.