Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 2 Sep 2007 21:53:26 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l82JrLXv018452 for ; Sun, 2 Sep 2007 21:53:21 +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 l82JmPN8022605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Sep 2007 21:48:25 +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 l81M14w9030821; Sun, 2 Sep 2007 21:48:08 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 115521 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 2 Sep 2007 21:48:08 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l82Jm859022842 for ; Sun, 2 Sep 2007 21:48:08 +0200 Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l82Jm4q0022466 for ; Sun, 2 Sep 2007 21:48:08 +0200 Received: by mu-out-0910.google.com with SMTP id w1so1328528mue for ; Sun, 02 Sep 2007 12:48:04 -0700 (PDT) Received: by 10.82.111.8 with SMTP id j8mr9236240buc.1188762484015; Sun, 02 Sep 2007 12:48:04 -0700 (PDT) Received: from mortens-ibook.local ( [89.150.77.223]) by mx.google.com with ESMTPS id j2sm1579766ugf.2007.09.02.12.47.40 (version=SSLv3 cipher=OTHER); Sun, 02 Sep 2007 12:48:02 -0700 (PDT) Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 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-Transfer-Encoding: 7bit User-Agent: Opera Mail/9.23 (MacPPC) X-Spam-Whitelist: Message-ID: Date: Sun, 2 Sep 2007 21:47:20 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?iso-8859-1?Q?Morten_H=F8gholm?= Subject: Re: xinitials and graphicx, xcolor To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <46D6BE83.1060908@arcor.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 02 Sep 2007 19:53:26.0573 (UTC) FILETIME=[ED52EDD0:01C7ED9A] Status: R X-Status: X-Keywords: X-UID: 5035 On Thu, 30 Aug 2007 14:56:35 +0200, Stephan Hennig wrote: Hi Stephan, > But with rev. 618 there's still an underfull box message in the > log file, though. > > > \listfiles > \documentclass{article} > \input{xinitials.sig} > \begin{document} > text\par > \raggedleft ragged left\par > \end{document} \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. Hence it is not really useful for single lines of text. Btw you'd get the same effect with \RaggedLeft from ragged2e. -- Morten