Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.1830); Sun, 7 May 2006 07:24:31 +0200 Received: by mail.proteosys.com (8.12.11.20060308/8.12.2) with ESMTP id k475OQjL011082 for ; Sun, 7 May 2006 07:24:28 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id k475LJfK019556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 May 2006 07:21:20 +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 k46M13Gi015234; Sun, 7 May 2006 07:21:09 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 14.3) with spool id 1294597 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 7 May 2006 07:21: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 k475L8qh013853 for ; Sun, 7 May 2006 07:21:08 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k475OMvj026544 for ; Sun, 7 May 2006 07:24:25 +0200 (MET DST) Received: from [84.175.199.154] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1FcbhJ444z-0003qk; Sun, 07 May 2006 07:20:50 +0200 References: <20060505040640.GA3369@irwin.vpn.uni-freiburg.de> <20060505.180617.71093230.wl@gnu.org> <20060506222319.GA3507@irwin.vpn.uni-freiburg.de> X-Mailer: Mew version 5.0.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da Message-ID: <20060507.072044.155818689.wl@gnu.org> Date: Sun, 7 May 2006 07:20:44 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Werner LEMBERG Subject: Re: LaTeX Release 2005/12/01 To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <20060506222319.GA3507@irwin.vpn.uni-freiburg.de> Precedence: list X-ProteoSys-SPAM-Score: 0 () X-Scanned-By: MIMEDefang at proteosys.com Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 07 May 2006 05:24:32.0132 (UTC) FILETIME=[85414C40:01C67196] Status: R X-Status: X-Keywords: X-UID: 4948 > > Hmm, the text in fixltx2e.pdf misses the `fl' ligature... > > I could see this on page 5 with xpdf 3.00 only. Then I tried AR > 7/Linux, gs8.50: fl is present. Afterwards I went back to xpdf 3.00 > and suddenly the fl appeared mysteriously and I cannot reproduce the > problem. On my GNU/Linux box, xpdf 3.00, Acroread 7.0.1, and gs 8.53 fail to display the `fl' ligature in this document. Even after conversion to PS with pdftops (from xpdf 3.00) the ligature is missing. In fixltx2e.ps, the `fi' ligature (which displays fine) in font BBZAHZ+CMR10 has glyph index \014, and `fl' is glyph index \015 -- the original cmr10.pfb has the same positions. But in the text strings the `fl' ligature is accessed with glyph index \012, which is wrong! Looking into TeXLive's pdftex.map I see that cmr10 doesn't get reencoded, so it looks like a bug in the pdfTeX version you've used to create base-tds.zip. I really wonder how you were able to see `fl' at all. Werner