X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["684" "Mon" "13" "December" "93" "12:23:52" "+0100" "Frank Mittelbach" "MITTELBACH@mzdmza.zdv.uni-mainz.de" nil "18" "the algorithm for nfss (math)" "^Date:" nil nil "12"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA23572; Mon, 13 Dec 93 12:40:34 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA06892; Mon, 13 Dec 93 12:40:21 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA21738 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Mon, 13 Dec 1993 12:40:08 +0100 Message-Id: <199312131140.AA21738@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 5373; Mon, 13 Dec 93 12:40:40 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 5371; Mon, 13 Dec 1993 12:40:41 +0200 Received: from DHDURZ1 (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 7807; Mon, 13 Dec 1993 12:37:45 +0000 Reply-To: Mailing list for the LaTeX3 project Date: Mon, 13 Dec 93 12:23:52 +0100 From: Frank Mittelbach Sender: Mailing list for the LaTeX3 project To: Multiple Recipients of Subject: the algorithm for nfss (math) Status: R X-Status: X-Keywords: X-UID: 1198 the file that finally made it to the server after all will not run when you have an \halign inside math, eg array environment. this is because the \aftergroups can't be stopped (as it was done in the old algorithm) by using an extra group. at the moment i don't see a clean way to solve this short of turning $ into an active character (always). that would in fact solve more than one problem and would make the code in this case much simpler. if anybody has some good thoughts i would be glad to learn about them. but i won't look into this in the next days but rather do the finishing touches on latex2e. if we get something clean it can still be added later on. cheers frank