Received: via tmail-4.1(11) (invoked by user schoepf) for schoepf; Tue, 26 Sep 2000 22:03:37 +0200 (MEST) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.8.57]) by mail.Uni-Mainz.DE (8.9.3/8.9.3) with ESMTP id WAA16068 for ; Tue, 26 Sep 2000 22:03:36 +0200 (MEST) Received: from mail.listserv.gmd.de (mail.listserv.gmd.de [192.88.97.5]) by mailgate2.zdv.Uni-Mainz.DE (8.11.0/8.10.2) with ESMTP id e8QK3ar18857 for ; Tue, 26 Sep 2000 22:03:36 +0200 (MET DST) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C027F4.DB3BB280" Received: from mail.listserv.gmd.de (192.88.97.5) by mail.listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <4.15120908@mail.listserv.gmd.de>; Tue, 26 Sep 2000 22:03:36 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 471817 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 26 Sep 2000 22:03:33 +0200 Received: from ix.urz.uni-heidelberg.de (mail.urz.uni-heidelberg.de [129.206.119.234]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id WAA13243 for ; Tue, 26 Sep 2000 22:03:31 +0200 (MET DST) Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by ix.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id WAA22040 for ; Tue, 26 Sep 2000 22:03:30 +0200 Received: from angel.algonet.se (angel.algonet.se [194.213.74.112]) by relay.uni-heidelberg.de (8.9.3+Sun/8.9.3) with SMTP id WAA28516 for ; Tue, 26 Sep 2000 22:03:30 +0200 (MET DST) Received: (qmail 13897 invoked from network); 26 Sep 2000 22:03:18 +0200 Received: from delenn.tninet.se (HELO algonet.se) (195.100.94.104) by angel.algonet.se with SMTP; 26 Sep 2000 22:03:18 +0200 Received: from [195.100.226.132] (du140-226.ppp.su-anst.tninet.se [195.100.226.140]) by delenn.tninet.se (BLUETAIL Mail Robustifier 2.2.1) with ESMTP id 263591.998596.969delenn-s1 ; Tue, 26 Sep 2000 22:03:16 +0200 In-Reply-To: References: Return-Path: X-Sender: haberg@pop.matematik.su.se x-mime-autoconverted: from quoted-printable to 8bit by relay.urz.uni-heidelberg.de id WAA13244 Content-class: urn:content-classes:message Subject: Re: Diacritical marks in Zapf Chancery Date: Tue, 26 Sep 2000 21:02:05 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Hans Aberg" Sender: "Mailing list for the LaTeX3 project" To: "Multiple recipients of list LATEX-L" Reply-To: "Mailing list for the LaTeX3 project" Status: R X-Status: X-Keywords: X-UID: 3611 This is a multi-part message in MIME format. ------_=_NextPart_001_01C027F4.DB3BB280 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable At 17.49 +0200 0-09-26, Lars Hellstr=F6m wrote: >What encoding are you using (i.e., what is the value of \cf@encoding)? = If >it is OT1 then this is what should happen, as the slots for dieresis = and >ring in OT1 are empty in the 8r encoding. Right, it is OT1. The problem seems to be that if one should use say the PS font Times = roman ptmr8r, then in LateX, one should use something like \usepackage[8r]{fontenc} as the file 8rptm.fd has the declaration \DeclareFontShape{8r}{ptm}{m}{n}{ <-> ptmr8r }{} However, the fontenc package will then look for the file 8renc.def, and there is no such file at CTAN. Is there anything amiss in LaTeX here? Hans Aberg ------_=_NextPart_001_01C027F4.DB3BB280 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re: Diacritical marks in Zapf Chancery

At 17.49 +0200 0-09-26, Lars Hellstr=F6m wrote:
>What encoding are you using (i.e., what is the = value of \cf@encoding)? If
>it is OT1 then this is what should happen, as the = slots for dieresis and
>ring in OT1 are empty in the 8r encoding.

Right, it is OT1.

The problem seems to be that if one should use say the = PS font Times roman
ptmr8r, then in LateX, one should use something = like
    \usepackage[8r]{fontenc}
as the file 8rptm.fd has the declaration
    = \DeclareFontShape{8r}{ptm}{m}{n}{
       <-> = ptmr8r
    }{}

However, the fontenc package will then look for the = file 8renc.def, and
there is no such file at CTAN.

Is there anything amiss in LaTeX here?

  Hans Aberg

------_=_NextPart_001_01C027F4.DB3BB280--