X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1102" "Mon" "20" "April" "1998" "13:12:40" "+0200" "Volker Schubert" "Volker.Schubert@MATHEMATIK.UNI-STUTTGART.DE" nil "30" "Arrays" "^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.8/8.8.8) with ESMTP id NAA22177; Mon, 20 Apr 1998 13:13:11 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <4.7E970159@listserv.gmd.de>; Mon, 20 Apr 1998 13:12:55 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 319343 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Mon, 20 Apr 1998 13:12:12 +0200 Received: from noc.belwue.de (root@noc.BelWue.DE [129.143.2.1]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id NAA18948 for ; Mon, 20 Apr 1998 13:12:10 +0200 (MET DST) Received: from tunix.mathematik.uni-stuttgart.de (tunix.mathematik.uni-stuttgart.de [129.69.116.156]) by noc.belwue.de (8.8.8/8.8.8) with SMTP id NAA14860 for ; Mon, 20 Apr 1998 13:12:46 +0200 (MET DST) env-from (schubert@tunix.mathematik.uni-stuttgart.de) Received: by tunix.mathematik.uni-stuttgart.de (AIX 3.2/UCB 5.64/BelWue-1.0AIXRS) id AA18688; Mon, 20 Apr 1998 13:12:40 +0200 Message-ID: <9804201112.AA18688@tunix.mathematik.uni-stuttgart.de> Reply-To: Mailing list for the LaTeX3 project Date: Mon, 20 Apr 1998 13:12:40 +0200 From: Volker Schubert Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Arrays Status: R X-Status: X-Keywords: X-UID: 2548 Thank you for your replies! I didn't know that there are tabular-packages which are capable of inserting minimal vertical space between the lines. Maybe one of these packages (resp. certain concepts) should be built into LaTeX3 to set a standard and to prevent incompatible packages. (But who decides which one?) (With ``arbitrary preambles for the horizontal alignment'' I meant, that one should have a preamble-syntax just like with the array-environment.) Now to the problem of \displaystyle in every column. David and Donald suggested to use \displaystyle as the argument of an ``everymath''-command. This is a solution but it might cause side-effects if one uses text inside the array: \begin{array}{ll} & \Hom(M,\sum_i V_i) =& \sum_i\Hom(M,V_i) ,\quad\mbox{since $M$ is $(\bigoplus_i V_i)$-projective} \end{array} Here an explanation appears inside a calculation. The calculation should be printed in \displaystyle, but not the `little' math-symbols in the explanation. I often use constructions of this form. Wouldn't it be better to introduce something like ``\everycolumn{}''? Volker