X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["528" "Sat" "21" "June" "1997" "13:00:29" "+0100" "David Carlisle" "david@DCARLISLE.DEMON.CO.UK" nil "11" "Re: Multilingual TeX --- and a successor to TeX" "^Date:" nil nil "6" 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 OAA08242; Sat, 21 Jun 1997 14:21:17 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <8.D7E6D148@listserv.gmd.de>; Sat, 21 Jun 1997 14:21:16 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 157418 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Sat, 21 Jun 1997 14:21:13 +0200 Received: from punt-2.mail.demon.net (relay-13.mail.demon.net [194.217.242.21]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id OAA29615 for ; Sat, 21 Jun 1997 14:21:11 +0200 (MET DST) Received: from dcarlisle.demon.co.uk ([194.222.187.145]) by punt-2.mail.demon.net id aa1301296; 21 Jun 97 13:00 BST Received: by dcarlisle.demon.co.uk id m0wfOqD-000OVxC (Debian Smail-3.2 1996-Jul-4 #2); Sat, 21 Jun 1997 13:00:29 +0100 (BST) Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <33ABB1CD.A169171@vvv.vsu.ru> (message from Vladimir Volovich on Sat, 21 Jun 1997 14:49:49 +0400) Date: Sat, 21 Jun 1997 13:00:29 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Multilingual TeX --- and a successor to TeX Status: R X-Status: X-Keywords: X-UID: 2154 > \LCY-cmd contains an explicit warning \@inmathwarn. Inputenc currently enforces all characters to be declared as text or math, but not both. (Allowing use of both in general is very expensive as normally in text mode it uses \chardef, but \chardef'ed tokens don't work in math mode, so it would require twice as many csnames, so that some math-mode version could be declared as well (cf \textsterling and \mathsterling, and \pounds which uses one or the other) However it may be possible to do something in this case. David