X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["920" "Thu" "10" "April" "1997" "15:51:44" "+0100" "J%org Knappen, Mainz" "KNAPPEN@MZDMZA.ZDV.UNI-MAINZ.DE" nil "24" "Re: math fonts" "^Date:" nil nil "4" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id PAA26570; Thu, 10 Apr 1997 15:51:13 +0200 (MET DST) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <9.7A3186E3@listserv.gmd.de>; Thu, 10 Apr 1997 15:51:11 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 123139 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Thu, 10 Apr 1997 15:51:05 +0200 Received: from MZDMZA.ZDV.UNI-MAINZ.DE (dzdmzb.zdv.Uni-Mainz.DE [134.93.8.33]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id PAA19367 for ; Thu, 10 Apr 1997 15:50:59 +0200 (MET DST) Received: from MZDMZA.ZDV.UNI-MAINZ.DE by MZDMZA.ZDV.UNI-MAINZ.DE (PMDF V5.0-4 #10401) id <01IHJNKDCSSCFTEUHM@MZDMZA.ZDV.UNI-MAINZ.DE> for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Thu, 10 Apr 1997 15:51:44 +0100 X-VMS-To: IN%"LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE" MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Message-ID: <01IHJNKDCUOEFTEUHM@MZDMZA.ZDV.UNI-MAINZ.DE> Reply-To: Mailing list for the LaTeX3 project Date: Thu, 10 Apr 1997 15:51:44 +0100 From: "J%org Knappen, Mainz" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: math fonts Status: R X-Status: X-Keywords: X-UID: 1916 Some details: eth and thorn are used in differential geometry as mathematical symbols. There is an apparent shortage of d-like symbols in this field. Arrangement of the font tables (and this argument goes really LaTeXy) One could have essentially two points of view on the table arrangement: a) Providing optimal kerning for a core of 256 glyphs. This would lead to a mixture of upright and math italic glyphs in one table together with basic braces. b) Logical markup (more on the LaTeX path but sacrificing optimal kerning): Make \mathrm{\pi} work (like \mathrm{\Pi} etc. already do work). This means sorting out the glyphs according to their fontshapes in different mathematical familes. Note that the question after \mathbf{\pi} is an FAQ on comp.text.tex and it is tedious to tell the users again and again to use boldsymbol on that, whereas \mathbf{\Pi} works fine. --J"org Knappen