X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["800" "Wed" "16" "April" "1997" "16:55:33" "+0100" "J%org Knappen, Mainz" "KNAPPEN@MZDMZA.ZDV.UNI-MAINZ.DE" nil "19" "Capital greek letters and the math font encoding" "^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 QAA16015; Wed, 16 Apr 1997 16:54:51 +0200 (MET DST) Received: from listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <7.5CDBB695@listserv.gmd.de>; Wed, 16 Apr 1997 16:54:50 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 125959 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 16 Apr 1997 16:54:47 +0200 Received: from ix.urz.uni-heidelberg.de (root@aixterm1.urz.uni-heidelberg.de [129.206.119.41]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id QAA03289 for ; Wed, 16 Apr 1997 16:54:46 +0200 (MET DST) Received: from dzdmzb.zdv.Uni-Mainz.DE by ix.urz.uni-heidelberg.de (AIX 3.2/UCB 5.64/4.03aixmita1aixterm1aixterm1) id AA72096; Wed, 16 Apr 1997 16:54:42 +0200 Received: from MZDMZA.ZDV.UNI-MAINZ.DE by MZDMZA.ZDV.UNI-MAINZ.DE (PMDF V5.0-4 #10401) id <01IHRVYNYMTSFTF8OM@MZDMZA.ZDV.UNI-MAINZ.DE> for latex-l@vm.urz.uni-heidelberg.de; Wed, 16 Apr 1997 16:55:33 +0100 X-Vms-To: IN"latex-l@vm.urz.uni-heidelberg.de" Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT Message-ID: <01IHRVYNYRJ6FTF8OM@MZDMZA.ZDV.UNI-MAINZ.DE> Reply-To: Mailing list for the LaTeX3 project Date: Wed, 16 Apr 1997 16:55:33 +0100 From: "J%org Knappen, Mainz" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Capital greek letters and the math font encoding Status: R X-Status: X-Keywords: X-UID: 1973 Unfortunately, I think there is a point, where the math font encoding (here: MC) needs to be changed for the sake of compatibility. Currently it is possible and often applied practice, to use \( \mathit{\Gamma} \mathrm{\Gamma} \mathsf{\Gamma} \) to get the different shapes of the capital greek Gamma. The MC encoding as outlined by Justin Ziegler makes the capital Greek letter mathematical symbols (instead of mathematical letters) and treats them in a way entirely different from Latin letters. I cannot imagine any sensible implementation of \mathit and friends with the current MC encoding. THe MC encoding currently puts upright and italic greek (both upper and lower case) in one encoding, thus disabling the commands like \mathrm and \ mathit for capital greek letters. --J"org Knappen